8 lines
146 B
Plaintext
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
|