Skip to content

Commit b358808

Browse files
committed
C_ALL=C to work around junit-xml ASCII only bug
1 parent 900921b commit b358808

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jenkins.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ do
5555
EXTRA="EXTRA=${EXTRA}"
5656
fi
5757
# shellcheck disable=SC2086
58-
./run_test.sh --junit-xml=result${PYTHON_VERSION}.xml RUNNER=cwltool \
58+
LC_ALL=C ./run_test.sh --junit-xml=result${PYTHON_VERSION}.xml RUNNER=cwltool \
5959
-j4 DRAFT="${version}" "${EXTRA}" \
6060
"--classname=py${PYTHON_VERSION}_${CONTAINER}"
61+
# LC_ALL=C is to work around junit-xml ASCII only bug
6162
CODE=$((CODE+$?)) # capture return code of ./run_test.sh
6263
deactivate
6364
popd

0 commit comments

Comments
 (0)