[Swift-commit] r7773 - SwiftApps/tryswift
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Wed Apr 16 17:27:36 CDT 2014
Author: davidk
Date: 2014-04-16 17:27:36 -0500 (Wed, 16 Apr 2014)
New Revision: 7773
Modified:
SwiftApps/tryswift/tryswift.php
Log:
Adjust timestamp formatting to match swift output
Modified: SwiftApps/tryswift/tryswift.php
===================================================================
--- SwiftApps/tryswift/tryswift.php 2014-04-16 22:16:26 UTC (rev 7772)
+++ SwiftApps/tryswift/tryswift.php 2014-04-16 22:27:36 UTC (rev 7773)
@@ -27,7 +27,7 @@
}
# Run Swift
- system("echo Swift run starting at $( date +%T ) > $dirname/swift.out");
+ system("echo Swift run starting at $( date +%I:%M:%S ) > $dirname/swift.out");
system("$swift_cmd 2>&1 | sed -u -e 's/^[ \t]*//' -e s/'Selecting site:'/Ready:/g -e s/'Finished successfully:'/Done:/g >> $dirname/swift.out &");
print "runs/$unique/swift.out\n";
More information about the Swift-commit
mailing list