Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -270,7 +270,7 @@ in buildbot = runTest ./buildbot.nix; buildkite-agents = handleTest ./buildkite-agents.nix { }; c2fmzq = handleTest ./c2fmzq.nix { }; caddy = handleTest ./caddy.nix { }; caddy = runTest ./caddy.nix; cadvisor = handleTestOn [ "x86_64-linux" ] ./cadvisor.nix { }; cage = handleTest ./cage.nix { }; cagebreak = handleTest ./cagebreak.nix { }; Loading nixos/tests/caddy.nix +132 −134 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { name = "caddy"; Loading Loading @@ -152,4 +151,3 @@ import ./make-test-python.nix ( webserver.succeed("curl http://localhost | grep caddy") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -270,7 +270,7 @@ in buildbot = runTest ./buildbot.nix; buildkite-agents = handleTest ./buildkite-agents.nix { }; c2fmzq = handleTest ./c2fmzq.nix { }; caddy = handleTest ./caddy.nix { }; caddy = runTest ./caddy.nix; cadvisor = handleTestOn [ "x86_64-linux" ] ./cadvisor.nix { }; cage = handleTest ./cage.nix { }; cagebreak = handleTest ./cagebreak.nix { }; Loading
nixos/tests/caddy.nix +132 −134 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { name = "caddy"; Loading Loading @@ -152,4 +151,3 @@ import ./make-test-python.nix ( webserver.succeed("curl http://localhost | grep caddy") ''; } )