]> git.imager.perl.org - imager.git/blobdiff - bigtest.perl
- the image resulting from a crop is now the same type as the
[imager.git] / bigtest.perl
index 0fdcca8a05a4116d1507b0c3efa377654b77d867..dd04dac362acb93481a56b4907c14a98e997bb90 100644 (file)
@@ -25,7 +25,7 @@ system("$make clean") if -e 'Makefile' && !$opts{d};
 for my $set (0..$top) {
   ++$total;
   $ENV{IM_ENABLE} = join(' ', grep($set & $bits{$_}, @opts));
-  print STDERR $opts{v} ? "Enable: $ENV{IM_ENABLE}\n" : '.';
+  print STDERR $opts{v} ? "$set/$top Enable: $ENV{IM_ENABLE}\n" : '.';
   system("echo '****' \$IM_ENABLE >>testout/bigtest.txt");
   if ($opts{d}) {
     if (system("$make $makeopts disttest >>testout/bigtest.txt 2>&1")) {