We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a509676 commit 50abe19Copy full SHA for 50abe19
Utilities/Tools/jobutils.sh
@@ -307,6 +307,7 @@ taskwrapper() {
307
eval "${hook}"
308
fi
309
[ "${JOBUTILS_PRINT_ON_ERROR}" ] && echo ----- Last log: ----- && pwd && cat ${logfile} && echo ----- End of log -----
310
+ [[ ! "${JOBUTILS_NOEXIT_ON_ERROR}" ]] && [[ ! $- == *i* ]] && exit 1
311
return 1
312
313
@@ -324,6 +325,7 @@ taskwrapper() {
324
325
326
327
328
329
330
331
0 commit comments