Regression suite cleanup merged from 2.5.x.

This commit is contained in:
brectanus
2008-07-29 05:50:03 +00:00
parent 478389d5a4
commit 6a33fedc81
3 changed files with 4 additions and 1 deletions

View File

@@ -23,6 +23,8 @@
ServerName localhost
CoreDumpDirectory @MSC_REGRESSION_SERVERROOT_DIR@/tmp
LogLevel debug
ErrorLog @MSC_REGRESSION_LOGS_DIR@/error.log

View File

@@ -279,6 +279,7 @@ sub runfile {
# Search for all file matches
if ($rc == 0 and exists $t{match_file} and defined $t{match_file}) {
sleep 1; # Make sure the file exists
for my $key (keys %{ $t{match_file} || {}}) {
my($neg,$fn) = ($key =~ m/^(-?)(.*)$/);
my $m = $t{match_file}{$key};