summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-11-27 09:16:15 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-11-27 09:16:15 +1100
commitc9d9fcad2a11c1cd1550a541f44091d65f0b5584 (patch)
treee4d7c0dd8794732c18a98cde8d46accf373b7ece /.github
parent15a01cf15f396f87c6d221c5a6af98331c818962 (diff)
downloadopenssh-git-c9d9fcad2a11c1cd1550a541f44091d65f0b5584.tar.gz
Remove explicit "default" test config argument.
Not specifying the test config implicitly selects default args.
Diffstat (limited to '.github')
-rwxr-xr-x.github/configs3
-rw-r--r--.github/workflows/selfhosted.yml2
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 }