[openssh-commits] [openssh] 04/04: Skip unit tests on sol11 to speed things up.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 18 10:11:08 AEDT 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit bc9b0c25703215501da28aa7a6539f96c0fa656f
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu Feb 18 10:10:00 2021 +1100
Skip unit tests on sol11 to speed things up.
---
.github/configs | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/configs b/.github/configs
index fa8fb6a2..9d2119a8 100755
--- a/.github/configs
+++ b/.github/configs
@@ -69,8 +69,9 @@ case "$config" in
esac
case "${TARGET_HOST}" in
- sol10)
- # This VM is 32bit and the unit tests are slow.
+ sol10|sol11)
+ # sol10 VM is 32bit and the unit tests are slow.
+ # sol11 has 4 test configs so skip unit tests to speed up.
TEST_TARGET="tests SKIP_UNIT=1"
;;
esac
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list