[Swift-commit] r7838 - SwiftApps/swift-galaxy/swift
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Thu May 8 16:57:35 CDT 2014
Author: ketan
Date: 2014-05-08 16:57:35 -0500 (Thu, 08 May 2014)
New Revision: 7838
Modified:
SwiftApps/swift-galaxy/swift/swiftforeach.sh
Log:
verbose
Modified: SwiftApps/swift-galaxy/swift/swiftforeach.sh
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeach.sh 2014-05-08 21:42:10 UTC (rev 7837)
+++ SwiftApps/swift-galaxy/swift/swiftforeach.sh 2014-05-08 21:57:35 UTC (rev 7838)
@@ -243,7 +243,7 @@
$STC -j $(\which java) $wdir/script.swift 2>$logfile
echo "done running stc" >> /tmp/status.txt
echo $turbine -n $n $wdir/script.tcl "${swiftargs}" >> /tmp/status.txt
- $turbine -n $n $wdir/script.tcl "${swiftargs}"
+ $turbine -V -n $n $wdir/script.tcl "${swiftargs}" >> /tmp/status.txt
echo "done running turbine, for $n" >> /tmp/status.txt
EXITCODE=$?
echo "exit code obtained" >> /tmp/status.txt
More information about the Swift-commit
mailing list