nixosTests.mailman: migrate to runTest (#399172)

This commit is contained in:
Gaétan Lepage
2025-04-16 22:57:26 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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 { };
+2 -1
View File
@@ -1,4 +1,5 @@
import ./make-test-python.nix {
{ ... }:
{
name = "mailman";
nodes.machine =