Add set -e

This commit is contained in:
Brad Warren 2018-04-01 07:51:46 -07:00
parent ca07ee32b0
commit 15a8cc220d

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -e
if [ "$TOXENV" != "py27-nginx-oldest" ]; then
tests/certbot-boulder-integration.sh
fi