Print tests that has not been run

This commit is contained in:
Magnus Svensson 2008-09-22 18:52:19 +03:00
parent 670a46aa0a
commit 1a4e896e5f

View File

@ -343,12 +343,12 @@ sub main {
if ( @$completed != $num_tests){ if ( @$completed != $num_tests){
#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
mtr_report(); mtr_report();