+8
-4
nixos/tests/pgadmin4.nix
+8
-4
nixos/tests/pgadmin4.nix
······-machine.wait_until_succeeds("curl -s localhost:5051/login | grep \"<title>pgAdmin 4</title>\" > /dev/null")# pgadmin4-desktopmode tries to read that as well. This normally fails with a PermissionError, as the config file···-machine.wait_until_succeeds("curl -s localhost:5050/browser/ | grep \"<title>pgAdmin 4</title>\" > /dev/null")
······+machine.wait_until_succeeds("curl -sS localhost:5051/login | grep \"<title>pgAdmin 4</title>\" > /dev/null")+# check for missing support files (css, js etc). Should catch not-generated files during build. See e.g. https://github.com/NixOS/nixpkgs/pull/229184# pgadmin4-desktopmode tries to read that as well. This normally fails with a PermissionError, as the config file···+machine.wait_until_succeeds("curl -sS localhost:5050/browser/ | grep \"<title>pgAdmin 4</title>\" > /dev/null")