#
my $disttests;
sub get_disttests {
- my @dist = `cd $srcdir/data && make show`;
+ my @dist = `cd data && make show`;
$disttests = join("", @dist);
}
# timestamp test preparation start
$timeprepini{$testnum} = Time::HiRes::time() if($timestats);
- if($disttests !~ /\Wtest$testnum\W/ ) {
- print STDERR "NOTICE: data/test$testnum is not present in tests/data/Makefile.am!\n";
+ if($disttests !~ /test$testnum\W/ ) {
+ print STDERR "Warning: data/test$testnum is not present in tests/data/Makefile.am\n";
}