diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/topotests/docker/inner/entrypoint.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/docker/inner/entrypoint.sh b/tests/topotests/docker/inner/entrypoint.sh index 37c5b75bf..f491d15f7 100755 --- a/tests/topotests/docker/inner/entrypoint.sh +++ b/tests/topotests/docker/inner/entrypoint.sh @@ -26,6 +26,8 @@ CDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" . $CDIR/funcs.sh +set -e + # # Script begin # |