nixosTests.stunnel: handleTest -> runTest (#424071)

This commit is contained in:
Michele Guerini Rocco
2025-07-10 21:50:18 +02:00
committed by GitHub
2 changed files with 14 additions and 17 deletions

View File

@@ -1320,7 +1320,7 @@ in
stratis = handleTest ./stratis { };
strongswan-swanctl = runTest ./strongswan-swanctl.nix;
stub-ld = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./stub-ld.nix { };
stunnel = handleTest ./stunnel.nix { };
stunnel = import ./stunnel.nix { inherit runTest; };
sudo = runTest ./sudo.nix;
sudo-rs = runTest ./sudo-rs.nix;
sunshine = runTest ./sunshine.nix;