]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Also run unit tests on AIX VMs.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 21 Feb 2023 06:51:09 +0000 (17:51 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 21 Feb 2023 06:51:09 +0000 (17:51 +1100)
In the past these tests took too long, but these days it only adds
about 5 min to the run.

.github/configs

index bdd5ddbdfaf0297555c0c9c68ff83fcfa6cf82fe..8f21fc54a26845d2a19d747d21924317468f3e74 100755 (executable)
@@ -221,7 +221,7 @@ case "${TARGET_HOST}" in
        # test run does not time out.
        # The agent-restrict test fails due to some quoting issue when run
        # with sh or ksh so specify bash for now.
-       TEST_TARGET="t-exec TEST_SHELL=bash"
+       TEST_TARGET="t-exec unit TEST_SHELL=bash"
        SKIP_LTESTS="rekey sftp"
        ;;
     debian-riscv64)