summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2019-06-15 12:58:00 +0300
committerIzorkin <izorkin@elven.pw>2019-08-20 10:24:49 +0300
commitbb4816d41c2aa43723529ef7bcf081f845c86180 (patch)
tree4dfa3f92669f28a621ca73cbcda6cb11a06b4a56 /nixos/tests/all-tests.nix
parente328ea9c11cd4316428db385c43ede2a8b8aa874 (diff)
downloadnixpkgs-bb4816d41c2aa43723529ef7bcf081f845c86180.tar
nixpkgs-bb4816d41c2aa43723529ef7bcf081f845c86180.tar.gz
nixpkgs-bb4816d41c2aa43723529ef7bcf081f845c86180.tar.bz2
nixpkgs-bb4816d41c2aa43723529ef7bcf081f845c86180.tar.lz
nixpkgs-bb4816d41c2aa43723529ef7bcf081f845c86180.tar.xz
nixpkgs-bb4816d41c2aa43723529ef7bcf081f845c86180.tar.zst
nixpkgs-bb4816d41c2aa43723529ef7bcf081f845c86180.zip
nixos/tests/prosodyMysql: add check work prosody with MySQL database
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 c00cf30e91e..1391a537f32 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -210,6 +210,7 @@ in
   prometheus2 = handleTest ./prometheus-2.nix {};
   prometheus-exporters = handleTest ./prometheus-exporters.nix {};
   prosody = handleTest ./xmpp/prosody.nix {};
+  prosodyMysql = handleTest ./xmpp/prosody-mysql.nix {};
   proxy = handleTest ./proxy.nix {};
   quagga = handleTest ./quagga.nix {};
   quake3 = handleTest ./quake3.nix {};