[Swift-commit] r6445 - branches/faster/resources

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Sun Apr 14 14:29:32 CDT 2013


Author: hategan
Date: 2013-04-14 14:29:31 -0500 (Sun, 14 Apr 2013)
New Revision: 6445

Modified:
   branches/faster/resources/Karajan.stg
Log:
fixed restart log file name

Modified: branches/faster/resources/Karajan.stg
===================================================================
--- branches/faster/resources/Karajan.stg	2013-04-14 04:04:27 UTC (rev 6444)
+++ branches/faster/resources/Karajan.stg	2013-04-14 19:29:31 UTC (rev 6445)
@@ -23,7 +23,7 @@
 $procedures;separator="\n"$
 $if(statements)$
 
-restartLog() {
+restartLog(name = k:concat(contextAttribute("SWIFT:SCRIPT_NAME"), "-", contextAttribute("SWIFT:RUN_ID"))) {
 	swift:mains(
 		swift:startProgressTicker()
 		swift:mainp(




More information about the Swift-commit mailing list