nixosTests.dovecot: handleTest -> runTest

This commit is contained in:
Sizhe Zhao
2025-06-07 21:11:20 +08:00
parent af4f64154f
commit a72c8b8f69
2 changed files with 2 additions and 2 deletions

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;

View File

@@ -1,4 +1,4 @@
import ./make-test-python.nix {
{
name = "dovecot";
nodes.machine =