diff --git a/regression/test.pl b/regression/test.pl index 0bf364b86c3..5dea22fd1d3 100755 --- a/regression/test.pl +++ b/regression/test.pl @@ -71,7 +71,8 @@ ($$$$$) $options =~ s/$ign//g if(defined($ign)); - my $output = $input; + my $output = $test; + $output =~ s/^.*\///; $output =~ s/\.[^.]*$/.out/; if($output eq $input) { @@ -80,6 +81,7 @@ ($$$$$) } print LOG "Test '$name'\n"; + print LOG " Test file: $test\n"; print LOG " Level: $level\n"; print LOG " Input: $input\n"; print LOG " Output: $output\n";