]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - tests/tests.sh
src/*,tests/*: Update copyright year.
[tlsproxy/tlsproxy.git] / tests / tests.sh
index a7b940ab348ba306c5bc7317f505cf5fcf421df0..7794f80dc28babe905fc23efc08c72e26dddeeca 100755 (executable)
@@ -2,7 +2,7 @@
 
 # tlsproxy test "suite".
 #
-# Copyright (C) 2011  Simon Ruderich
+# Copyright (C) 2011-2013  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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