summaryrefslogtreecommitdiff
path: root/ACE/bin/auto_run_tests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/auto_run_tests.pl')
-rwxr-xr-xACE/bin/auto_run_tests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/auto_run_tests.pl b/ACE/bin/auto_run_tests.pl
index 176ff4c34bb..2de148187de 100755
--- a/ACE/bin/auto_run_tests.pl
+++ b/ACE/bin/auto_run_tests.pl
@@ -291,7 +291,7 @@ foreach my $test_lst (@file_list) {
# see note about tests/run_test.pl printing reports for ace tests individually
if (!$is_ace_test) {
- print "\nauto_run_tests_finished: $test Time: $time"."s Result: $result\n";
+ print "\nauto_run_tests_finished: $test Time:$time"."s Result:$result\n";
print "==============================================================================\n";
}
}