diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | t/02create_pkgs.t | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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)) { |