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