mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 03:14:21 +00:00
Bind the variables in both branches
This commit is contained in:
parent
0d31003a63
commit
3fdc0e1ca2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user