maybe get some more visibility into errors

This commit is contained in:
Jean-Paul Calderone 2020-08-07 23:58:24 -04:00
parent 23d7ffa369
commit 7ba6daeed5
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -88,5 +88,5 @@ if [ -n "${ARTIFACTS}" ]; then
# Create a junitxml results area.
mkdir -p "$(dirname "${JUNITXML}")"
${BOOTSTRAP_VENV}/bin/subunit2junitxml < "${SUBUNIT2}" > "${JUNITXML}" || "${alternative}"
cat "${SUBUNIT2}" | ${BOOTSTRAP_VENV}/bin/subunit2junitxml | cat > "${JUNITXML}" || "${alternative}"
fi