mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/tests/thelounge: fix eval by disabling theme test
It seems we don't package thelounge themes anymore
This commit is contained in:
parent
ee2477b0b5
commit
1fe7cd22a9
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@ import ./make-test-python.nix {
|
||||||
{
|
{
|
||||||
services.thelounge = {
|
services.thelounge = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ pkgs.theLoungePlugins.themes.solarized ];
|
# nodePackages.thelounge-theme-* has been removed
|
||||||
|
# plugins = [ pkgs.theLoungePlugins.themes.solarized ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -28,7 +29,7 @@ import ./make-test-python.nix {
|
||||||
machine.wait_for_unit("thelounge.service")
|
machine.wait_for_unit("thelounge.service")
|
||||||
machine.wait_for_open_port(9000)
|
machine.wait_for_open_port(9000)
|
||||||
|
|
||||||
private.wait_until_succeeds("journalctl -u thelounge.service | grep thelounge-theme-solarized")
|
# private.wait_until_succeeds("journalctl -u thelounge.service | grep thelounge-theme-solarized")
|
||||||
private.wait_until_succeeds("journalctl -u thelounge.service | grep 'in private mode'")
|
private.wait_until_succeeds("journalctl -u thelounge.service | grep 'in private mode'")
|
||||||
public.wait_until_succeeds("journalctl -u thelounge.service | grep 'in public mode'")
|
public.wait_until_succeeds("journalctl -u thelounge.service | grep 'in public mode'")
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue