Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -912,7 +912,7 @@ in { peering-manager = handleTest ./web-apps/peering-manager.nix {}; peertube = handleTestOn ["x86_64-linux"] ./web-apps/peertube.nix {}; peroxide = handleTest ./peroxide.nix {}; pgadmin4 = handleTest ./pgadmin4.nix {}; pgadmin4 = runTest ./pgadmin4.nix; pgbouncer = handleTest ./pgbouncer.nix {}; pghero = runTest ./pghero.nix; pgweb = runTest ./pgweb.nix; Loading nixos/tests/pgadmin4.nix +72 −74 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, lib, ... }: { lib, ... }: { name = "pgadmin4"; Loading Loading @@ -85,4 +84,3 @@ import ./make-test-python.nix ( machine2.wait_for_console_text("Password must be at least 12 characters long") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -912,7 +912,7 @@ in { peering-manager = handleTest ./web-apps/peering-manager.nix {}; peertube = handleTestOn ["x86_64-linux"] ./web-apps/peertube.nix {}; peroxide = handleTest ./peroxide.nix {}; pgadmin4 = handleTest ./pgadmin4.nix {}; pgadmin4 = runTest ./pgadmin4.nix; pgbouncer = handleTest ./pgbouncer.nix {}; pghero = runTest ./pghero.nix; pgweb = runTest ./pgweb.nix; Loading
nixos/tests/pgadmin4.nix +72 −74 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, lib, ... }: { lib, ... }: { name = "pgadmin4"; Loading Loading @@ -85,4 +84,3 @@ import ./make-test-python.nix ( machine2.wait_for_console_text("Password must be at least 12 characters long") ''; } )