summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2019-08-28 11:04:01 -0500
committerAdam Mitz <mitza@objectcomputing.com>2019-08-28 11:04:01 -0500
commit145dbd60969fc394c2c40ae0c44cec49e2740a82 (patch)
treebd6d50338aab6db900a84a55e66a4853f4b6e091
parentd1239f84141e33ac6eb308c5405215d373ffe52a (diff)
downloadATCD-145dbd60969fc394c2c40ae0c44cec49e2740a82.tar.gz
Revert part of #943, whitespace is significant in the auto_run_tests output, this is parsed by other scripts.
-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";
}
}