|
From: Dirk M. <mu...@kd...> - 2003-11-19 00:56:02
|
CVS commit by mueller:
only say something if there is something to say
M +1 -3 vg_regtest.in 1.16
--- valgrind/tests/vg_regtest.in #1.15:1.16
@@ -275,5 +275,5 @@
# ignore dirs into which we should not recurse
- if ($dir =~ /^(BitKeeper|CVS|SCCS|docs|doc)$/) { return; }
+ if ($dir =~ /^(BitKeeper|CVS|SCCS|docs|doc)$/) { return; }
chdir($dir) or die "Could not change into $dir\n";
@@ -289,6 +289,4 @@
if ($found_tests) {
print "-- Running tests in $full_dir $dashes\n";
- } else {
- print "-- Found no tests in $full_dir $dashes\n";
}
foreach my $f (@fs) {
|