Commit 1a4e896e authored by Magnus Svensson's avatar Magnus Svensson

Print tests that has not been run

parent 670a46aa
......@@ -343,12 +343,12 @@ sub main {
if ( @$completed != $num_tests){
#if ($opt_force){
# # All test should have been run, print any that are still in $tests
# foreach my $test ( @$tests ){
# $test->print_test();
# }
#}
if ($opt_force){
# All test should have been run, print any that are still in $tests
foreach my $test ( @$tests ){
$test->print_test();
}
}
# Not all tests completed, failure
mtr_report();
......
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