what's up

This commit is contained in:
Jean-Paul Calderone 2020-08-08 00:04:13 -04:00
parent 7ba6daeed5
commit a927ebbafa
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}")"
cat "${SUBUNIT2}" | ${BOOTSTRAP_VENV}/bin/subunit2junitxml | cat > "${JUNITXML}" || "${alternative}"
cat "${SUBUNIT2}" | ${BOOTSTRAP_VENV}/bin/subunit2junitxml
fi