Bind the variables in both branches

This commit is contained in:
Jean-Paul Calderone 2019-04-04 15:36:08 -04:00
parent 0d31003a63
commit 3fdc0e1ca2

View File

@ -35,6 +35,9 @@ if [ -n "${ARTIFACTS}" ]; then
# Use an intermediate directory here because CircleCI extracts some label
# information from its name.
JUNITXML="${ARTIFACTS}"/junit/unittests/results.xml
else
SUBUNIT2=""
JUNITXML=""
fi
# Run the test suite as a non-root user. This is the expected usage some