mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Add set -e
This commit is contained in:
parent
ca07ee32b0
commit
15a8cc220d
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$TOXENV" != "py27-nginx-oldest" ]; then
|
||||
tests/certbot-boulder-integration.sh
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue