From 3fdc0e1ca26ae1f49e241d519cf6c5eda8a5e7a7 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 4 Apr 2019 15:36:08 -0400 Subject: [PATCH] Bind the variables in both branches --- .circleci/run-tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/run-tests.sh b/.circleci/run-tests.sh index 018876009..ba552dc5a 100755 --- a/.circleci/run-tests.sh +++ b/.circleci/run-tests.sh @@ -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