add nextflow d30e48d
This commit is contained in:
11
nextflow/tests/checks/trace-access.nf/.checks
Normal file
11
nextflow/tests/checks/trace-access.nf/.checks
Normal file
@@ -0,0 +1,11 @@
|
||||
set -e
|
||||
|
||||
echo ''
|
||||
$NXF_RUN | tee stdout
|
||||
|
||||
[[ `grep 'INFO' .nextflow.log | grep -c 'Submitted process > foo'` == 1 ]] || false
|
||||
[[ `grep 'INFO' .nextflow.log | grep -c 'Re-submitted process > foo'` == 3 ]] || false
|
||||
|
||||
[[ `grep -c 'mem: 8 GB (previous: 4294967296) (error: nextflow.exception.ProcessFailedException: Process .* terminated with an error exit status (137))' stdout` == 1 ]] || false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user