diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index d1105cca178e..c7b7954ddc82 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -799,7 +799,7 @@ in { nghttpx = handleTest ./nghttpx.nix {}; nginx = runTest ./nginx.nix; nginx-auth = runTest ./nginx-auth.nix; - nginx-etag = handleTest ./nginx-etag.nix {}; + nginx-etag = runTest ./nginx-etag.nix; nginx-etag-compression = handleTest ./nginx-etag-compression.nix {}; nginx-globalredirect = handleTest ./nginx-globalredirect.nix {}; nginx-http3 = handleTest ./nginx-http3.nix {}; diff --git a/nixos/tests/nginx-etag.nix b/nixos/tests/nginx-etag.nix index e1154466d796..88aaefd0e476 100644 --- a/nixos/tests/nginx-etag.nix +++ b/nixos/tests/nginx-etag.nix @@ -1,4 +1,5 @@ -import ./make-test-python.nix { +{ ... }: +{ name = "nginx-etag"; nodes = { @@ -85,7 +86,7 @@ import ./make-test-python.nix { testScript = { nodes, ... }: let - inherit (nodes.server.config.system.build) toplevel; + inherit (nodes.server.system.build) toplevel; newSystem = "${toplevel}/specialisation/pass-checks"; in ''