From 15a8cc220d9bdd13248d24bb0fe0f7cb3c5b3bf9 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Sun, 1 Apr 2018 07:51:46 -0700 Subject: [PATCH] Add set -e --- tests/boulder-integration.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh index 1a791793f..6d51aecce 100755 --- a/tests/boulder-integration.sh +++ b/tests/boulder-integration.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + if [ "$TOXENV" != "py27-nginx-oldest" ]; then tests/certbot-boulder-integration.sh fi