it's shell, dude

This commit is contained in:
Jean-Paul Calderone 2019-06-25 15:11:20 -04:00
parent 7ace8ae40d
commit 67d76a0cc5

View File

@ -58,9 +58,9 @@ export TAHOE_LAFS_TRIAL_ARGS="--reporter=subunitv2-file --rterrors"
export PIP_NO_INDEX="1"
if [ "${ALLOWED_FAILURE}" = "yes" ]; then
alternative = "true"
alternative="true"
else
alternative = "false"
alternative="false"
fi
${BOOTSTRAP_VENV}/bin/tox \