add nextflow d30e48d
This commit is contained in:
18
nextflow/tests/checks/nullable-path.nf/.checks
Normal file
18
nextflow/tests/checks/nullable-path.nf/.checks
Normal file
@@ -0,0 +1,18 @@
|
||||
set +e
|
||||
|
||||
#
|
||||
# run normal mode
|
||||
#
|
||||
echo ''
|
||||
$NXF_RUN | tee .stdout
|
||||
[[ $? == 0 ]] || false
|
||||
cmp .expected .stdout || false
|
||||
|
||||
|
||||
#
|
||||
# RESUME mode
|
||||
#
|
||||
echo ''
|
||||
$NXF_RUN -resume | tee .stdout
|
||||
[[ $? == 0 ]] || false
|
||||
cmp .expected .stdout || false
|
||||
2
nextflow/tests/checks/nullable-path.nf/.expected
Normal file
2
nextflow/tests/checks/nullable-path.nf/.expected
Normal file
@@ -0,0 +1,2 @@
|
||||
empty input
|
||||
|
||||
Reference in New Issue
Block a user