diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 6d36b43741..74adcbfebd 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -99,7 +99,7 @@ jobs: run: | # https://openbsd.app/ # https://www.openbsd.org/faq/faq15.html - time sudo pkg_add cmake ninja brotli openldap-client-- libssh2 libidn2 libpsl nghttp2 python3 py3-impacket + time sudo pkg_add cmake ninja brotli openldap-client-- libssh2 libidn2 libpsl nghttp2 py3-six py3-impacket time cmake -B bld -G Ninja \ -DCMAKE_UNITY_BUILD=ON -DCURL_TEST_BUNDLES=ON \ -DCURL_WERROR=ON \ diff --git a/tests/http2-server.pl b/tests/http2-server.pl index f1d9dbf310..8762000333 100755 --- a/tests/http2-server.pl +++ b/tests/http2-server.pl @@ -97,7 +97,7 @@ while(@ARGV) { shift @ARGV; } } - else { + elsif($ARGV[0]) { print STDERR "\nWarning: http2-server.pl unknown parameter: $ARGV[0]\n"; } shift @ARGV;