Skip to content

Commit

Permalink
Run tests with "cwltest" instead of "python -m cwltool.cwltest"
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Amstutz committed Aug 21, 2016
1 parent cf28454 commit d37ef31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runtest() {

runs=$((runs+1))
(cd $DRAFT
${COVERAGE} -m cwltool.cwltest --tool "$1" \
cwltest --tool "$1" \
--test=conformance_test_${DRAFT}.yaml ${TEST_N} \
${TEST_L} ${ONLY_TOOLS} --basedir ${DRAFT}
)
Expand Down

0 comments on commit d37ef31

Please sign in to comment.