[Swift-commit] r7390 - branches/release-0.95/bin
    davidk at ci.uchicago.edu 
    davidk at ci.uchicago.edu
       
    Mon Dec  9 12:54:02 CST 2013
    
    
  
Author: davidk
Date: 2013-12-09 12:54:02 -0600 (Mon, 09 Dec 2013)
New Revision: 7390
Modified:
   branches/release-0.95/bin/swiftrun
Log:
Set runid to match run directory name
Modified: branches/release-0.95/bin/swiftrun
===================================================================
--- branches/release-0.95/bin/swiftrun	2013-12-09 18:53:39 UTC (rev 7389)
+++ branches/release-0.95/bin/swiftrun	2013-12-09 18:54:02 UTC (rev 7390)
@@ -342,6 +342,7 @@
 @new_swift_args = ("-Dscript.dir=$run_directory/scripts");
 push(@new_swift_args, "-Drestart.log.name=$run_directory/restart.log");
 push(@new_swift_args, "-swiftoutlog=$run_directory/swift.out");
+push(@new_swift_args, "-runid " . basename($run_directory));
 
 # Write swift configuration files
 &write_sites("sites.xml") if defined( $option_siteslist ) || defined($properties{site});
    
    
More information about the Swift-commit
mailing list