summaryrefslogtreecommitdiff
path: root/tests/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_test.pl')
-rwxr-xr-xtests/run_test.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/run_test.pl b/tests/run_test.pl
index 4393a012876..2602d6a4dca 100755
--- a/tests/run_test.pl
+++ b/tests/run_test.pl
@@ -120,10 +120,8 @@ sub run_program ($)
}
}
- print "auto_run_tests: tests/$program\n";
- my $start_time = time();
+ print STDERR "Running $program\n";
$status = $P->SpawnWaitKill (400);
- my $time = time() - $start_time;
### Check for problems
@@ -136,8 +134,6 @@ sub run_program ($)
print STDERR "Error: $program FAILED with exit status $status\n";
}
- print "\nauto_run_tests_finished: test/$program Time:$time"."s Result:$status\n";
-
check_log ($program);
if ($config_list->check_config ('Codeguard')) {