lol

nixosTests.nginx-etag: migrate to runTest

Part of #386873

+4 -3
+1 -1
nixos/tests/all-tests.nix
··· 799 799 nghttpx = handleTest ./nghttpx.nix {}; 800 800 nginx = runTest ./nginx.nix; 801 801 nginx-auth = runTest ./nginx-auth.nix; 802 - nginx-etag = handleTest ./nginx-etag.nix {}; 802 + nginx-etag = runTest ./nginx-etag.nix; 803 803 nginx-etag-compression = handleTest ./nginx-etag-compression.nix {}; 804 804 nginx-globalredirect = handleTest ./nginx-globalredirect.nix {}; 805 805 nginx-http3 = handleTest ./nginx-http3.nix {};
+3 -2
nixos/tests/nginx-etag.nix
··· 1 - import ./make-test-python.nix { 1 + { ... }: 2 + { 2 3 name = "nginx-etag"; 3 4 4 5 nodes = { ··· 85 86 testScript = 86 87 { nodes, ... }: 87 88 let 88 - inherit (nodes.server.config.system.build) toplevel; 89 + inherit (nodes.server.system.build) toplevel; 89 90 newSystem = "${toplevel}/specialisation/pass-checks"; 90 91 in 91 92 ''