[Swift-commit] r5004 - branches/release-0.93/libexec
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Wed Aug 24 16:34:47 CDT 2011
Author: hategan
Date: 2011-08-24 16:34:47 -0500 (Wed, 24 Aug 2011)
New Revision: 5004
Modified:
branches/release-0.93/libexec/_swiftwrap
Log:
also for the normal swiftwrap
Modified: branches/release-0.93/libexec/_swiftwrap
===================================================================
--- branches/release-0.93/libexec/_swiftwrap 2011-08-24 21:31:47 UTC (rev 5003)
+++ branches/release-0.93/libexec/_swiftwrap 2011-08-24 21:34:47 UTC (rev 5004)
@@ -450,7 +450,7 @@
fi
"$EXEC" "${CMDARGS[@]}" 1>"$STDOUT" 2>"$STDERR" <"$STDIN"
fi
- checkError $? "Exit code $?"
+ checkError $? "Application $EXEC failed with an exit code of $?"
else
if [ ! -f "$KICKSTART" ]; then
log "Kickstart executable ($KICKSTART) not found"
@@ -470,7 +470,7 @@
mv -f kickstart.xml "$WFDIR/kickstart/$JOBDIR/$ID-kickstart.xml" 2>&1 >& "$INFO"
checkError 254 "Failed to copy Kickstart record to shared directory"
if [ "$APPEXIT" != "0" ]; then
- fail $APPEXIT "Exit code $APPEXIT"
+ fail $APPEXIT "Application $EXEC failed with an exit code of $APPEXIT"
fi
fi
fi
More information about the Swift-commit
mailing list