From 1b36c1b3bac9370609933c3187d2cef4d09834af Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Sun, 23 Aug 2026 01:57:38 -0400 Subject: [PATCH] nixosTests.thelounge: migrate to runTest Signed-off-by: Ethan Carter Edwards --- nixos/tests/all-tests.nix | 2 +- nixos/tests/thelounge.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 077989af66f8..a9afac8af5cd 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -1781,7 +1781,7 @@ in terminal-emulators = handleTest ./terminal-emulators.nix { }; test-containers-bittorrent = runTest ./test-containers-bittorrent.nix; thanos = runTest ./thanos.nix; - thelounge = handleTest ./thelounge.nix { }; + thelounge = runTest ./thelounge.nix; tiddlywiki = runTest ./tiddlywiki.nix; tigervnc = handleTest ./tigervnc.nix { }; tika = runTest ./tika.nix; diff --git a/nixos/tests/thelounge.nix b/nixos/tests/thelounge.nix index 92b3fa848058..795024bdd3e5 100644 --- a/nixos/tests/thelounge.nix +++ b/nixos/tests/thelounge.nix @@ -1,4 +1,4 @@ -import ./make-test-python.nix { +{ name = "thelounge"; nodes = {