add nextflow d30e48d
This commit is contained in:
18
nextflow/tests-v1/checks/exitstatus-fail.nf/.checks
Normal file
18
nextflow/tests-v1/checks/exitstatus-fail.nf/.checks
Normal file
@@ -0,0 +1,18 @@
|
||||
set +e
|
||||
|
||||
#
|
||||
# run normal mode
|
||||
#
|
||||
echo ''
|
||||
$NXF_RUN
|
||||
[[ $? == 0 ]] && exit 1
|
||||
|
||||
|
||||
#
|
||||
# RESUME mode
|
||||
#
|
||||
echo ''
|
||||
$NXF_RUN -resume
|
||||
[[ $? == 0 ]] && exit 1
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user