From ed9000014bdd876cb4a71d670277d091e50900f2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 26 Apr 2020 16:35:42 +0200 Subject: display RPM version in logs --- NEWS | 1 + t/02create_pkgs.t | 2 ++ 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index ecbd0e5e..0007bed0 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ o check & report where genhdlist2 is o check that web server has actually started o describe more tests to help pinpoint regressions + o display RPM version in cpan-testers logs o do not fail test when libnss.so is not found in Debian 9 or FreeBSD o fix failing to build some rpms on FreeBSD o fix test with rpm < 4.13 on CentOS7 diff --git a/t/02create_pkgs.t b/t/02create_pkgs.t index 84fac0af..56c33ebb 100644 --- a/t/02create_pkgs.t +++ b/t/02create_pkgs.t @@ -9,6 +9,8 @@ use Cwd; set_path(); +warn ">> RPM version is: ", `LC_ALL=C rpm --version`, "\n"; + chdir 't' if -d 't'; system('rm -rf tmp media'); foreach (qw(media tmp tmp/BUILD tmp/RPMS tmp/RPMS/noarch tmp/SRPMS)) { -- cgit v1.2.1