add nextflow d30e48d
This commit is contained in:
4
nextflow/tests/checks/print-http-file.nf/.checks
Normal file
4
nextflow/tests/checks/print-http-file.nf/.checks
Normal file
@@ -0,0 +1,4 @@
|
||||
$NXF_RUN | tee stdout
|
||||
|
||||
[[ `< stdout grep -c 'User-agent'` != 0 ]] || false
|
||||
[[ `< stdout grep -c 'Disallow'` != 0 ]] || false
|
||||
Reference in New Issue
Block a user