Files
2026-04-29 23:01:54 +02:00

8 lines
146 B
Plaintext

set -e
echo ''
$NXF_RUN -c ../../task-ext-block.config -profile test | tee stdout
grep 'FOO: \[foo:foo\]' stdout
grep 'BAR: \[bar:bar\]' stdout