mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixosTests.caddy: migrate to runTest (#395444)
This commit is contained in:
commit
b1ab0f8dc1
2 changed files with 135 additions and 137 deletions
|
@ -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 { };
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import ./make-test-python.nix (
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "caddy";
|
||||
|
@ -152,4 +151,3 @@ import ./make-test-python.nix (
|
|||
webserver.succeed("curl http://localhost | grep caddy")
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue