We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900921b commit b358808Copy full SHA for b358808
jenkins.bash
@@ -55,9 +55,10 @@ do
55
EXTRA="EXTRA=${EXTRA}"
56
fi
57
# shellcheck disable=SC2086
58
- ./run_test.sh --junit-xml=result${PYTHON_VERSION}.xml RUNNER=cwltool \
+ LC_ALL=C ./run_test.sh --junit-xml=result${PYTHON_VERSION}.xml RUNNER=cwltool \
59
-j4 DRAFT="${version}" "${EXTRA}" \
60
"--classname=py${PYTHON_VERSION}_${CONTAINER}"
61
+ # LC_ALL=C is to work around junit-xml ASCII only bug
62
CODE=$((CODE+$?)) # capture return code of ./run_test.sh
63
deactivate
64
popd
0 commit comments