0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixosTests.acme-dns: migrate to runTest

Part Of #386873
This commit is contained in:
Martin Weinelt 2025-03-13 22:46:32 +01:00
parent d1e14a925a
commit b0b64316bc
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 44 additions and 47 deletions

View file

@ -147,7 +147,7 @@ in {
_3proxy = runTest ./3proxy.nix;
aaaaxy = runTest ./aaaaxy.nix;
acme = import ./acme/default.nix { inherit runTest; };
acme-dns = handleTest ./acme-dns.nix {};
acme-dns = runTest ./acme-dns.nix;
actual = handleTest ./actual.nix {};
adguardhome = runTest ./adguardhome.nix;
aesmd = runTestOn ["x86_64-linux"] ./aesmd.nix;