correct shell syntax

This commit is contained in:
Jean-Paul Calderone 2019-06-25 15:02:34 -04:00
parent a351256050
commit d5c21adb43

View File

@ -61,6 +61,7 @@ if [ "${ALLOWED_FAILURE}" = "yes" ]; then
alternative = "true"
else
alternative = "false"
fi
${BOOTSTRAP_VENV}/bin/tox \
-c ${PROJECT_ROOT}/tox.ini \