add test for allow_hyphen_values of --ssh-opts

This commit is contained in:
Anillc 2024-06-10 19:34:56 +08:00
parent ddf42d7238
commit 20261c6428
No known key found for this signature in database
GPG Key ID: 0BE8A88F47B2145C

View File

@ -131,4 +131,9 @@ in {
user = "deploy";
deployArgs = "-s .#profile -- --offline";
};
hyphen-ssh-opts-regression = mkTest {
name = "profile";
user = "deploy";
deployArgs = "-s .#profile --ssh-opts '-p 22 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' -- --offline";
};
}