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

11 lines
280 B
Plaintext

$NXF_RUN | tee stdout
[[ `< stdout grep -c 'exit_status=0'` != 0 ]] || false
[[ `< stdout grep -c 'record=aaa_bbb'` != 0 ]] || false
$NXF_RUN -resume | tee stdout
[[ `< stdout grep -c 'exit_status=0'` != 0 ]] || false
[[ `< stdout grep -c 'record=aaa_bbb'` != 0 ]] || false