summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorNotkea <pacien@users.noreply.github.com>2019-08-11 19:09:42 +0200
committerDanylo Hlynskyi <abcz2.uprola@gmail.com>2019-08-11 20:09:42 +0300
commit4ff9a48398f1e3ebf8e6ea315b326f66bfd6ae0e (patch)
tree2a70c99fd690428a424655e71657b885204a017d /nixos/tests/all-tests.nix
parent12a7cc0d1fd50c3e9d82e94a57afce32c16ba83a (diff)
downloadnixpkgs-4ff9a48398f1e3ebf8e6ea315b326f66bfd6ae0e.tar
nixpkgs-4ff9a48398f1e3ebf8e6ea315b326f66bfd6ae0e.tar.gz
nixpkgs-4ff9a48398f1e3ebf8e6ea315b326f66bfd6ae0e.tar.bz2
nixpkgs-4ff9a48398f1e3ebf8e6ea315b326f66bfd6ae0e.tar.lz
nixpkgs-4ff9a48398f1e3ebf8e6ea315b326f66bfd6ae0e.tar.xz
nixpkgs-4ff9a48398f1e3ebf8e6ea315b326f66bfd6ae0e.tar.zst
nixpkgs-4ff9a48398f1e3ebf8e6ea315b326f66bfd6ae0e.zip
nixos/postgresql-wal-receiver: add module (#63799)
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 4a802158752..c24c8ae61a5 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -210,6 +210,7 @@ in
   plotinus = handleTest ./plotinus.nix {};
   postgis = handleTest ./postgis.nix {};
   postgresql = handleTest ./postgresql.nix {};
+  postgresql-wal-receiver = handleTest ./postgresql-wal-receiver.nix {};
   powerdns = handleTest ./powerdns.nix {};
   predictable-interface-names = handleTest ./predictable-interface-names.nix {};
   printing = handleTest ./printing.nix {};