X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Ftests.sh;h=d831db34d23eefa9464639bb521f93b908013d9e;hb=948878cf1d882adef61f9bd7c26473089f3032ad;hp=0dc79127ff97e86cd646491d6a0ca711fa823d27;hpb=c955255347f4ca514f26ad96a12524b38d235dee;p=tlsproxy%2Ftlsproxy.git diff --git a/tests/tests.sh b/tests/tests.sh index 0dc7912..d831db3 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -2,7 +2,7 @@ # tlsproxy test "suite". # -# Copyright (C) 2011 Simon Ruderich +# Copyright (C) 2011-2012 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,4 +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 || exit 1