mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
nixosTests.thelounge: migrate to runTest (#555635)
This commit is contained in:
@@ -1792,7 +1792,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;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import ./make-test-python.nix {
|
||||
{
|
||||
name = "thelounge";
|
||||
|
||||
nodes = {
|
||||
|
||||
Reference in New Issue
Block a user