From: Christian Franke Date: Thu, 1 Nov 2018 17:14:23 +0000 (+0100) Subject: Docker: Fail if compilation is unsucessful X-Git-Tag: frr-7.1-dev~144^2~6 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6926d304a816b6570b4c81e261f5c4d806e89a14;p=matthieu%2Ffrr.git Docker: Fail if compilation is unsucessful Signed-off-by: Christian Franke --- diff --git a/tests/topotests/docker/inner/entrypoint.sh b/tests/topotests/docker/inner/entrypoint.sh index 37c5b75bf7..f491d15f79 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 #