[openssh-commits] [openssh] 01/01: Stop on first test failure to minimize logs.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jan 13 09:01:15 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 6c435bd4994d71442192001483a1cdb846e5ffcd
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Jan 12 16:58:13 2022 +1100
Stop on first test failure to minimize logs.
---
.github/configs | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/configs b/.github/configs
index a0244fb8..3bc9803e 100755
--- a/.github/configs
+++ b/.github/configs
@@ -15,6 +15,8 @@ LTESTS=""
SKIP_LTESTS=""
SUDO=sudo # run with sudo by default
TEST_SSH_UNSAFE_PERMISSIONS=1
+# Stop on first test failure to minimize logs
+TEST_SSH_FAIL_FATAL=yes
CONFIGFLAGS=""
LIBCRYPTOFLAGS=""
@@ -197,4 +199,5 @@ if [ -x "$(which plink 2>/dev/null)" ]; then
export REGRESS_INTEROP_PUTTY
fi
-export CC CFLAGS LTESTS SUDO TEST_TARGET TEST_SSH_UNSAFE_PERMISSIONS
+export CC CFLAGS LTESTS SUDO
+export TEST_TARGET TEST_SSH_UNSAFE_PERMISSIONS TEST_SSH_FAIL_FATAL
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list