From 080526f4e4dc713d95494744344dac37aaf69b0e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 10 Apr 2020 10:49:28 +0200 Subject: check & report where genhdlist2 is --- NEWS | 1 + t/02create_pkgs.t | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 1e6b9289..ac3fb26d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ - cpan_testers: + o check & report where genhdlist2 is o check that web server has actually started o describe more tests to help pinpoint regressions diff --git a/t/02create_pkgs.t b/t/02create_pkgs.t index d9729e64..c0af4f3f 100644 --- a/t/02create_pkgs.t +++ b/t/02create_pkgs.t @@ -16,6 +16,10 @@ foreach (qw(media tmp tmp/BUILD tmp/RPMS tmp/RPMS/noarch tmp/SRPMS)) { } my $genhdlist2 = 'genhdlist2 --xml-info'; +my $whereis_genhdlist2 = qx(whereis -b genhdlist2); +$whereis_genhdlist2 =~ s/^genhdlist2:\s+//; +ok("whereis genhdlist2", "genhdlist2 emplacement=$whereis_genhdlist2"); + # locally build test rpms foreach my $dir (grep { -d $_ } glob("data/SPECS/*")) { -- cgit v1.2.1