summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-06-06 23:49:59 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-09-21 10:55:12 +0100
commitb7ffe4446903a014ad37b26b6a206217c27da7fd (patch)
tree758e0207389403ec77b725f66a6fbb18b1ec8288 /nixos/tests/all-tests.nix
parent9e4277b970d96ddc1c2bbe4686757ae761baa18a (diff)
downloadnixpkgs-b7ffe4446903a014ad37b26b6a206217c27da7fd.tar
nixpkgs-b7ffe4446903a014ad37b26b6a206217c27da7fd.tar.gz
nixpkgs-b7ffe4446903a014ad37b26b6a206217c27da7fd.tar.bz2
nixpkgs-b7ffe4446903a014ad37b26b6a206217c27da7fd.tar.lz
nixpkgs-b7ffe4446903a014ad37b26b6a206217c27da7fd.tar.xz
nixpkgs-b7ffe4446903a014ad37b26b6a206217c27da7fd.tar.zst
nixpkgs-b7ffe4446903a014ad37b26b6a206217c27da7fd.zip
nixosTests.acme: Use module system based runner
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index b4f77557a40..463bab49e1b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -45,7 +45,7 @@ let
 
 in {
   _3proxy = runTest ./3proxy.nix;
-  acme = handleTest ./acme.nix {};
+  acme = runTest ./acme.nix;
   adguardhome = handleTest ./adguardhome.nix {};
   aesmd = handleTest ./aesmd.nix {};
   agate = handleTest ./web-servers/agate.nix {};