Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: jorgee <[email protected]>
  • Loading branch information
jorgee committed Dec 20, 2024
1 parent 9ac038f commit 2c5c185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/checks/publish-offload.nf/.checks
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ cp .config nextflow.config

$NXF_RUN > stdout
[[ `grep 'INFO' .nextflow.log | grep -c 'Submitted process > gen_data'` == 1 ]] || false
[[ `grep 'INFO' .nextflow.log | grep -c 'Submitted process > publish_dir_copy_process'` == 1 ]] || false
[[ `grep 'INFO' .nextflow.log | grep -c 'Submitted process > publish_process'` == 1 ]] || false
[[ -f publishDir/chunk_1 ]] || false

0 comments on commit 2c5c185

Please sign in to comment.