Commit 73e96ec9 authored by Magnus Svensson's avatar Magnus Svensson

Remove debug printouts of all remaining tests when test suite has been terminated in the middle

parent 2f5ffdfa
...@@ -372,9 +372,9 @@ sub main { ...@@ -372,9 +372,9 @@ sub main {
if ($opt_force){ if ($opt_force){
# All test should have been run, print any that are still in $tests # All test should have been run, print any that are still in $tests
foreach my $test ( @$tests ){ #foreach my $test ( @$tests ){
$test->print_test(); # $test->print_test();
} #}
} }
# Not all tests completed, failure # Not all tests completed, failure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment