nixosTests.dovecot: handleTest -> runTest

This commit is contained in:
Sizhe Zhao
2025-07-04 20:59:41 +08:00
parent af4f64154f
commit a72c8b8f69
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ in
dokuwiki = runTest ./dokuwiki.nix;
dolibarr = runTest ./dolibarr.nix;
domination = runTest ./domination.nix;
dovecot = handleTest ./dovecot.nix { };
dovecot = runTest ./dovecot.nix;
drawterm = discoverTests (import ./drawterm.nix);
draupnir = runTest ./matrix/draupnir.nix;
drbd = runTest ./drbd.nix;
+1 -1
View File
@@ -1,4 +1,4 @@
import ./make-test-python.nix {
{
name = "dovecot";
nodes.machine =