Skip to content

Commit d37ef31

Browse files
author
Peter Amstutz
committed
Run tests with "cwltest" instead of "python -m cwltool.cwltest"
1 parent cf28454 commit d37ef31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runtest() {
6464

6565
runs=$((runs+1))
6666
(cd $DRAFT
67-
${COVERAGE} -m cwltool.cwltest --tool "$1" \
67+
cwltest --tool "$1" \
6868
--test=conformance_test_${DRAFT}.yaml ${TEST_N} \
6969
${TEST_L} ${ONLY_TOOLS} --basedir ${DRAFT}
7070
)

0 commit comments

Comments
 (0)