export ACME_SERVER_URI

This commit is contained in:
Brad Warren 2019-01-07 16:05:45 -08:00
parent 9849383d57
commit 1ad092d715

View file

@ -54,6 +54,7 @@ if [ $? -ne 0 ] ; then
fi
if [ "$OS_TYPE" = "ubuntu" ] ; then
export ACME_SERVER_URI="$BOULDER_URL"
venv/bin/tox -e apacheconftest
else
echo Not running hackish apache tests on $OS_TYPE