add nextflow d30e48d
This commit is contained in:
25
nextflow/tests/checks/yesOrNo.nf/.checks
Normal file
25
nextflow/tests/checks/yesOrNo.nf/.checks
Normal file
@@ -0,0 +1,25 @@
|
||||
set -e
|
||||
|
||||
#
|
||||
# run normal mode
|
||||
#
|
||||
echo ''
|
||||
$NXF_RUN | tee stdout
|
||||
|
||||
[[ `grep 'INFO' .nextflow.log | grep -c 'Submitted process > yesOrNo'` == 2 ]] || false
|
||||
|
||||
< stdout grep 'YES'
|
||||
< stdout grep 'NO'
|
||||
|
||||
|
||||
|
||||
#
|
||||
# RESUME mode
|
||||
#
|
||||
echo ''
|
||||
$NXF_RUN -resume | tee stdout
|
||||
|
||||
[[ `grep 'INFO' .nextflow.log | grep -c 'Cached process > yesOrNo'` == 2 ]] || false
|
||||
|
||||
< stdout grep 'YES'
|
||||
< stdout grep 'NO'
|
||||
Reference in New Issue
Block a user