diff --git a/regression/test.pl b/regression/test.pl index 9f9e630b394..aecc2bec8f1 100755 --- a/regression/test.pl +++ b/regression/test.pl @@ -392,7 +392,13 @@ ($) ); } -print "Running tests\n"; +if ($log_suffix) { + print "Running tests with log suffix: $log_suffix\n"; +} +else +{ + print "Running tests\n"; +} foreach my $test (@tests) { if(defined($pool)) {