add nextflow d30e48d
This commit is contained in:
15
nextflow/tests-v1/checks/topic-channel.nf/.checks
Normal file
15
nextflow/tests-v1/checks/topic-channel.nf/.checks
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# initial run
|
||||
#
|
||||
echo Initial run
|
||||
$NXF_RUN
|
||||
|
||||
cmp versions.txt .expected || false
|
||||
|
||||
#
|
||||
# Resumed run
|
||||
#
|
||||
echo Resumed run
|
||||
$NXF_RUN -resume
|
||||
|
||||
cmp versions.txt .expected || false
|
||||
Reference in New Issue
Block a user