mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/matomo: migrate tests from handleTest to runTest
This commit is contained in:
parent
e9750c60f3
commit
7c2e8f1b55
2 changed files with 4 additions and 11 deletions
|
@ -585,7 +585,7 @@ in {
|
||||||
mate = handleTest ./mate.nix {};
|
mate = handleTest ./mate.nix {};
|
||||||
mate-wayland = handleTest ./mate-wayland.nix {};
|
mate-wayland = handleTest ./mate-wayland.nix {};
|
||||||
matter-server = handleTest ./matter-server.nix {};
|
matter-server = handleTest ./matter-server.nix {};
|
||||||
matomo = handleTest ./matomo.nix {};
|
matomo = runTest ./matomo.nix;
|
||||||
matrix-appservice-irc = runTest ./matrix/appservice-irc.nix;
|
matrix-appservice-irc = runTest ./matrix/appservice-irc.nix;
|
||||||
matrix-conduit = handleTest ./matrix/conduit.nix {};
|
matrix-conduit = handleTest ./matrix/conduit.nix {};
|
||||||
matrix-synapse = handleTest ./matrix/synapse.nix {};
|
matrix-synapse = handleTest ./matrix/synapse.nix {};
|
||||||
|
|
|
@ -1,12 +1,5 @@
|
||||||
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
system ? builtins.currentSystem,
|
|
||||||
config ? { },
|
|
||||||
pkgs ? import ../.. { inherit system config; },
|
|
||||||
}:
|
|
||||||
|
|
||||||
with import ../lib/testing-python.nix { inherit system pkgs; };
|
|
||||||
|
|
||||||
makeTest {
|
|
||||||
name = "matomo";
|
name = "matomo";
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
|
@ -54,12 +47,12 @@ makeTest {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta.maintainers =
|
meta.maintainers =
|
||||||
with pkgs.lib.maintainers;
|
with lib.maintainers;
|
||||||
[
|
[
|
||||||
florianjacob
|
florianjacob
|
||||||
mmilata
|
mmilata
|
||||||
twey
|
twey
|
||||||
boozedog
|
boozedog
|
||||||
]
|
]
|
||||||
++ pkgs.lib.teams.flyingcircus.members;
|
++ lib.teams.flyingcircus.members;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue