From a72c8b8f6999338bdfb667273a996fa35b792a71 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Sat, 7 Jun 2025 21:11:20 +0800 Subject: [PATCH] nixosTests.dovecot: handleTest -> runTest --- nixos/tests/all-tests.nix | 2 +- nixos/tests/dovecot.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 53ca0437d8bc..9852b5f5b8b9 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -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; diff --git a/nixos/tests/dovecot.nix b/nixos/tests/dovecot.nix index 702e8cf9ef78..83b3781c773d 100644 --- a/nixos/tests/dovecot.nix +++ b/nixos/tests/dovecot.nix @@ -1,4 +1,4 @@ -import ./make-test-python.nix { +{ name = "dovecot"; nodes.machine =