[Swift-commit] r6412 - branches/release-0.94/libexec
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Wed Apr 3 14:48:57 CDT 2013
Author: hategan
Date: 2013-04-03 14:48:57 -0500 (Wed, 03 Apr 2013)
New Revision: 6412
Modified:
branches/release-0.94/libexec/vdl-int.k
Log:
fix for bug 971 from trunk
Modified: branches/release-0.94/libexec/vdl-int.k
===================================================================
--- branches/release-0.94/libexec/vdl-int.k 2013-04-03 19:46:27 UTC (rev 6411)
+++ branches/release-0.94/libexec/vdl-int.k 2013-04-03 19:48:57 UTC (rev 6412)
@@ -46,15 +46,15 @@
log(LOG:INFO, "SUCCESS jobid={jobid} - Success file found")
)
sequential(
- try (
- msg = checkErrorFile(rhost, wfdir, jobid, jobdir)
+ msg := try (
+ checkErrorFile(rhost, wfdir, jobid, jobdir)
sequential (
log(LOG:INFO, "NO_STATUS_FILE jobid={jobid} - Both status files are missing")
throw("No status file was found. Check the shared filesystem on {rhost}")
)
)
+ throw(msg)
)
- throw(checkErrorFile(rhost, wfdir, jobid, jobdir))
)
)
More information about the Swift-commit
mailing list