summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2019-08-28 13:02:41 -0500
committerGitHub <noreply@github.com>2019-08-28 13:02:41 -0500
commit1823fb070f9f3a2a0c4aa558a822f47d87921a79 (patch)
treebd6d50338aab6db900a84a55e66a4853f4b6e091
parentd1239f84141e33ac6eb308c5405215d373ffe52a (diff)
parent145dbd60969fc394c2c40ae0c44cec49e2740a82 (diff)
downloadATCD-1823fb070f9f3a2a0c4aa558a822f47d87921a79.tar.gz
Merge pull request #953 from mitza-oci/master
Revert part of #943, whitespace is significant in the auto_run_tests output
-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";
}
}