mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixosTests.mailman: migrate to runTest (#399172)
This commit is contained in:
commit
b9ff86dcd3
2 changed files with 3 additions and 2 deletions
|
@ -769,7 +769,7 @@ in
|
|||
mailcatcher = runTest ./mailcatcher.nix;
|
||||
mailhog = handleTest ./mailhog.nix { };
|
||||
mailpit = runTest ./mailpit.nix;
|
||||
mailman = handleTest ./mailman.nix { };
|
||||
mailman = runTest ./mailman.nix;
|
||||
man = handleTest ./man.nix { };
|
||||
mariadb-galera = handleTest ./mysql/mariadb-galera.nix { };
|
||||
marytts = handleTest ./marytts.nix { };
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import ./make-test-python.nix {
|
||||
{ ... }:
|
||||
{
|
||||
name = "mailman";
|
||||
|
||||
nodes.machine =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue