]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - tests/tests.sh
tests/tests.sh: If the first test fails abort.
[tlsproxy/tlsproxy.git] / tests / tests.sh
index a7b940ab348ba306c5bc7317f505cf5fcf421df0..6848f34bd957c0da7db489d68c2894a00a548665 100755 (executable)
@@ -22,9 +22,9 @@
 [ "x$srcdir" = x ] && srcdir=.
 
 echo "RUNNING NORMAL TESTS"
-$srcdir/tests-normal.sh
+$srcdir/tests-normal.sh || exit 1
 
 echo
 
 echo "RUNNING PASSTHROUGH (-u) TESTS"
-$srcdir/tests-passthrough.sh
+$srcdir/tests-passthrough.sh || exit 1