From 9ce8c5ea88b840fd1dc8ce68753935fd1fe3fbe6 Mon Sep 17 00:00:00 2001 From: Ben Sherman Date: Thu, 12 Dec 2024 12:15:49 -0600 Subject: [PATCH] Fix failing test Signed-off-by: Ben Sherman --- tests/checks/output-dsl.nf/.checks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/checks/output-dsl.nf/.checks b/tests/checks/output-dsl.nf/.checks index 8ee0b7148e..ae88d98211 100644 --- a/tests/checks/output-dsl.nf/.checks +++ b/tests/checks/output-dsl.nf/.checks @@ -56,9 +56,9 @@ rm -rf results $NXF_RUN --save_bam_bai -resume | tee stdout -[[ `grep INFO .nextflow.log | grep -c 'Submitted process > fastqc'` == 3 ]] || false -[[ `grep INFO .nextflow.log | grep -c 'Submitted process > align'` == 3 ]] || false -[[ `grep INFO .nextflow.log | grep -c 'Submitted process > quant'` == 3 ]] || false +[[ `grep INFO .nextflow.log | grep -c 'Cached process > fastqc'` == 3 ]] || false +[[ `grep INFO .nextflow.log | grep -c 'Cached process > align'` == 3 ]] || false +[[ `grep INFO .nextflow.log | grep -c 'Cached process > quant'` == 3 ]] || false [[ -f results/fastqc/alpha.fastqc.log ]] || false [[ -f results/fastqc/beta.fastqc.log ]] || false