aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tcl_tests')
-rw-r--r--tcl_tests/runtest.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcl_tests/runtest.sh b/tcl_tests/runtest.sh
index c3fc812..0589f78 100644
--- a/tcl_tests/runtest.sh
+++ b/tcl_tests/runtest.sh
@@ -105,6 +105,12 @@ OPENSSL_DEBUG_MEMORY=on
export OPENSSL_DEBUG_MEMORY
fail=0
+if [ "$*" ]; then
+ for t do
+ $TCLSH $t.try || fail=1
+ done
+ exit $fail
+fi
for t in $BASE_TESTS; do
$TCLSH $t.try || fail=1
done