+1
-1
nixos/tests/all-tests.nix
+1
-1
nixos/tests/all-tests.nix
···
···
+72
-74
nixos/tests/pgadmin4.nix
+72
-74
nixos/tests/pgadmin4.nix
···-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-machine.wait_until_succeeds("curl -sS 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-# is owned by the user of the pgadmin module. With the check-system-config-dir.patch this will just throw a warning-# If we run pgadmin4-desktopmode as root (something one really shouldn't do), it can read the config file and fail,-machine.wait_until_succeeds("curl -sS 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+machine.wait_until_succeeds("curl -sS 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+# is owned by the user of the pgadmin module. With the check-system-config-dir.patch this will just throw a warning+# If we run pgadmin4-desktopmode as root (something one really shouldn't do), it can read the config file and fail,+machine.wait_until_succeeds("curl -sS localhost:5050/browser/ | grep \"<title>pgAdmin 4</title>\" > /dev/null")