From 0ed06696998dd70af96ffa8644685afdbba6b23d Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 20 Aug 2015 12:57:40 +0200 Subject: [PATCH] nixos/tests/lightdm: Drop "session" screenshot. Using waitForWindow on the IceWM root window doesn't necessarily mean that the panel will be shown. In the lightdm test, we only make sure that the login is working and thus it doesn't matter how the session itself will look or whether IceWM is broken, so we don't need that screenshot. Signed-off-by: aszlig --- nixos/tests/lightdm.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/lightdm.nix b/nixos/tests/lightdm.nix index 67bd395be06..f30f9062dcd 100644 --- a/nixos/tests/lightdm.nix +++ b/nixos/tests/lightdm.nix @@ -23,6 +23,5 @@ import ./make-test.nix ({ pkgs, ...} : { $machine->screenshot("lightdm"); $machine->sendChars("${user.password}\n"); $machine->waitForWindow("^IceWM "); - $machine->screenshot("session"); ''; })