[Swift-commit] r4267 - trunk/tests
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Mon Apr 4 15:15:19 CDT 2011
Author: wozniak
Date: 2011-04-04 15:15:19 -0500 (Mon, 04 Apr 2011)
New Revision: 4267
Modified:
trunk/tests/suite.sh
Log:
Add newline
Modified: trunk/tests/suite.sh
===================================================================
--- trunk/tests/suite.sh 2011-04-04 20:03:27 UTC (rev 4266)
+++ trunk/tests/suite.sh 2011-04-04 20:15:19 UTC (rev 4267)
@@ -593,7 +593,7 @@
# Execute process in the background
process_exec() {
- printf "\nExecuting: $@" >>$LOG
+ printf "\nExecuting: $@\n" >>$LOG
rm -f $OUTPUT
"$@" > $OUTPUT 2>&1
More information about the Swift-commit
mailing list