]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Docker: Fail if compilation is unsucessful
authorChristian Franke <chris@opensourcerouting.org>
Thu, 1 Nov 2018 17:14:23 +0000 (18:14 +0100)
committerChristian Franke <chris@opensourcerouting.org>
Thu, 29 Nov 2018 15:51:27 +0000 (16:51 +0100)
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
tests/topotests/docker/inner/entrypoint.sh

index 37c5b75bf7f51e3a57191a469ff92a599d4b6003..f491d15f79191f43c9c260aced28fce5814ef2fb 100755 (executable)
@@ -26,6 +26,8 @@
 CDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 . $CDIR/funcs.sh
 
+set -e
+
 #
 # Script begin
 #