add nextflow d30e48d
This commit is contained in:
21
nextflow/tests-v1/checks/fair.nf/.checks
Normal file
21
nextflow/tests-v1/checks/fair.nf/.checks
Normal file
@@ -0,0 +1,21 @@
|
||||
set -e
|
||||
export NXF_ANSI_LOG=false
|
||||
|
||||
#
|
||||
# run normal mode
|
||||
#
|
||||
echo ''
|
||||
$NXF_RUN | tee stdout
|
||||
|
||||
[[ `grep 'INFO' .nextflow.log | grep -c 'Submitted process > foo'` == 26 ]] || false
|
||||
cmp stdout .expected || false
|
||||
|
||||
|
||||
#
|
||||
# RESUME mode
|
||||
#
|
||||
echo ''
|
||||
$NXF_RUN -resume | tee stdout
|
||||
|
||||
[[ `grep 'INFO' .nextflow.log | grep -c 'Cached process > foo'` == 26 ]] || false
|
||||
cmp stdout .expected || false
|
||||
Reference in New Issue
Block a user