File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,13 +144,13 @@ wdl2cwl/tests/cwl_files/%.cwl: %.wdl wdl2cwl/main.py
144144 wdl2cwl $< --output $@
145145
146146# See https://github.com/common-workflow-lab/wdl2cwl_test_cache
147- cwltest : wdl2cwl/tests/cwl_files/ * .cwl wdl2cwl/tests/ *
147+ cwltest :
148148 cd wdl2cwl/tests && cwltest --timeout 1200 --verbose --junit-verbose --tool cwltool --test cwl_tests.yaml -- --cachedir cache --debug
149149
150- cwltest_bigdata : wdl2cwl/tests/cwl_files/ * .cwl wdl2cwl/tests/ *
150+ cwltest_bigdata :
151151 cd wdl2cwl/tests && cwltest --timeout 1200 --verbose --junit-verbose --tool cwltool --test cwl_tests_bigdata.yaml -- --cachedir cache --debug
152152
153- cwltest_bigdata_bigmem : wdl2cwl/tests/cwl_files/ * .cwl wdl2cwl/tests/ *
153+ cwltest_bigdata_bigmem :
154154 cd wdl2cwl/tests && cwltest --timeout 1200 --verbose --junit-verbose --tool cwltool --test cwl_tests_bigdata_bigmem.yaml -- --cachedir cache --debug
155155
156156# # testcov : run the ${MODULE} test suite and collect coverage
You can’t perform that action at this time.
0 commit comments