- or download this
my @coverageLogPathnames;
# First, look for files of the form tpxxx/tpxxx.log:
...
print STDERR " // No coverage-logs/hitmaps found in test su
+bdirectory $pathPrefix/$tpname\n" unless $found;
}
- or download this
if ($foundone == 0) { # New option: search under the hitmaps-direct
+ory (one level only, any name in front)
my $covLogPathname = "$testsDir";
...
}
}
- or download this
# Second, look for logs named hitmap.(log|bin|txt):
...
return \@coverageLogPathnames;
}