Skip to content

Commit 691e90b

Browse files
committed
tag pyversion into test results
1 parent c48d882 commit 691e90b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jenkins.bash

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ do
3434
# use pip2.7 and pip3 in separate loop runs
3535
pip${PYTHON_VERSION} install -U setuptools wheel pip
3636
pip${PYTHON_VERSION} install .
37-
pip${PYTHON_VERSION} install "cwltest>=1.0.20160825151655"
37+
pip${PYTHON_VERSION} install "cwltest>=1.0.20180130081614"
3838
pushd common-workflow-language
3939
# shellcheck disable=SC2154
4040
if [[ "$version" = *dev* ]]
4141
then
4242
EXTRA="EXTRA=--enable-dev"
4343
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}
4546
CODE=$(($CODE+$?)) # capture return code of ./run_test.sh
4647
deactivate
4748
popd

0 commit comments

Comments
 (0)