summaryrefslogtreecommitdiffstats
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--regress/test-exec.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index b6169f157..a314a57b4 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: test-exec.sh,v 1.62 2018/03/16 09:06:31 dtucker Exp $
+# $OpenBSD: test-exec.sh,v 1.63 2018/05/22 00:22:49 djm Exp $
# Placed in the Public Domain.
#SUDO=sudo
@@ -375,7 +375,10 @@ fail ()
save_debug_log "FAIL: $@"
RESULT=1
echo "$@"
-
+ if test "x$TEST_SSH_FAIL_FATAL" != "x" ; then
+ cleanup
+ exit $RESULT
+ fi
}
fatal ()