add nextflow d30e48d
This commit is contained in:
17
nextflow/tests/checks/eval-out.nf/.checks
Normal file
17
nextflow/tests/checks/eval-out.nf/.checks
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# run normal mode
|
||||
#
|
||||
$NXF_RUN | tee .stdout
|
||||
|
||||
[[ `grep INFO .nextflow.log | grep -c 'Submitted process'` == 1 ]] || false
|
||||
[[ `< .stdout grep 'GNU bash'` ]] || false
|
||||
|
||||
|
||||
#
|
||||
# run resume mode
|
||||
#
|
||||
$NXF_RUN -resume | tee .stdout
|
||||
|
||||
[[ `grep INFO .nextflow.log | grep -c 'Cached process'` == 1 ]] || false
|
||||
[[ `< .stdout grep 'GNU bash'` ]] || false
|
||||
|
||||
Reference in New Issue
Block a user