[Swift-commit] r5498 - SwiftApps/SwiftR/Swift/exec
tga at ci.uchicago.edu
tga at ci.uchicago.edu
Tue Jan 10 14:21:46 CST 2012
Author: tga
Date: 2012-01-10 14:21:45 -0600 (Tue, 10 Jan 2012)
New Revision: 5498
Modified:
SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh
Log:
Make log message a bit more readable
Modified: SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh
===================================================================
--- SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh 2012-01-10 18:43:45 UTC (rev 5497)
+++ SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh 2012-01-10 20:21:45 UTC (rev 5498)
@@ -210,8 +210,9 @@
function timeout_handler {
echo "Timed out after ${TIMEOUT}s waiting to contact R process"
echo 'R log follows:'
- echo '====================='
+ echo '>>>>>R.log>>>>>'
cat $SLOTDIR/R.log
+ echo '<<<<<R.log<<<<<'
exit 1
}
More information about the Swift-commit
mailing list