File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 34
34
# use pip2.7 and pip3 in separate loop runs
35
35
pip${PYTHON_VERSION} install -U setuptools wheel pip
36
36
pip${PYTHON_VERSION} install .
37
- pip${PYTHON_VERSION} install " cwltest>=1.0.20160825151655 "
37
+ pip${PYTHON_VERSION} install " cwltest>=1.0.20180130081614 "
38
38
pushd common-workflow-language
39
39
# shellcheck disable=SC2154
40
40
if [[ " $version " = * dev* ]]
41
41
then
42
42
EXTRA=" EXTRA=--enable-dev"
43
43
fi
44
- ./run_test.sh --junit-xml=result${PYTHON_VERSION} .xml RUNNER=cwltool -j4 DRAFT=${version}
44
+ ./run_test.sh --junit-xml=result${PYTHON_VERSION} .xml RUNNER=cwltool \
45
+ -j4 DRAFT=${version} --classname=py${PYTHON_VERSION}
45
46
CODE=$(( $CODE + $? )) # capture return code of ./run_test.sh
46
47
deactivate
47
48
popd
You can’t perform that action at this time.
0 commit comments