From 3f94aaf38c815f0aa72c3c7bf40491c8d456e929 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 16 Feb 2009 15:21:39 +1100 Subject: - (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh] [regress/putty-kex.sh regress/putty-transfer.sh] Downgrade disabled interop tests from FATAL error to a warning. Allows some interop tests to proceed if others are missing necessary prerequisites. --- regress/conch-ciphers.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'regress/conch-ciphers.sh') diff --git a/regress/conch-ciphers.sh b/regress/conch-ciphers.sh index 84b190618..5b65cd993 100644 --- a/regress/conch-ciphers.sh +++ b/regress/conch-ciphers.sh @@ -7,7 +7,8 @@ DATA=/bin/ls COPY=${OBJ}/copy if test "x$REGRESS_INTEROP_CONCH" != "xyes" ; then - fatal "conch interop tests not enabled" + echo "conch interop tests not enabled" + exit 0 fi start_sshd -- cgit v1.2.3