[openssh-commits] [openssh] 01/08: Remove explicit "default" test config argument.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Nov 28 22:39:33 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 c9d9fcad2a11c1cd1550a541f44091d65f0b5584
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Nov 27 09:16:15 2022 +1100
Remove explicit "default" test config argument.
Not specifying the test config implicitly selects default args.
---
.github/configs | 3 +++
.github/workflows/selfhosted.yml | 2 --
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/configs b/.github/configs
index a7bc7ba5..50acb6d8 100755
--- a/.github/configs
+++ b/.github/configs
@@ -9,6 +9,9 @@
# LTESTS
config=$1
+if [ "$config" = "" ]; then
+ config="default"
+fi
unset CC CFLAGS CPPFLAGS LDFLAGS LTESTS SUDO
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 39ffc8ba..b4103f9d 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -50,8 +50,6 @@ jobs:
- sol10
- sol11
- win10
- configs:
- - default
# Then we include any extra configs we want to test for specific VMs.
include:
- { os: ARM64, configs: pam }
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list