Commit f4ea7624 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 0226941c
......@@ -372,9 +372,9 @@ sub main {
if ($opt_force){
# All test should have been run, print any that are still in $tests
foreach my $test ( @$tests ){
$test->print_test();
}
#foreach my $test ( @$tests ){
# $test->print_test();
#}
}
# 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