summary refs log tree commit diff
path: root/nixos/tests/lightdm.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-08-20 12:57:40 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-08-20 12:57:40 +0200
commit0ed06696998dd70af96ffa8644685afdbba6b23d (patch)
tree0246c56cf0a9bd3e73820c0ab8d92913799c8df1 /nixos/tests/lightdm.nix
parentfbfdafc2c98d168ae0af7202b8d3c752184c11b0 (diff)
downloadnixpkgs-0ed06696998dd70af96ffa8644685afdbba6b23d.tar
nixpkgs-0ed06696998dd70af96ffa8644685afdbba6b23d.tar.gz
nixpkgs-0ed06696998dd70af96ffa8644685afdbba6b23d.tar.bz2
nixpkgs-0ed06696998dd70af96ffa8644685afdbba6b23d.tar.lz
nixpkgs-0ed06696998dd70af96ffa8644685afdbba6b23d.tar.xz
nixpkgs-0ed06696998dd70af96ffa8644685afdbba6b23d.tar.zst
nixpkgs-0ed06696998dd70af96ffa8644685afdbba6b23d.zip
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/tests/lightdm.nix')
-rw-r--r--nixos/tests/lightdm.nix1
1 files changed, 0 insertions, 1 deletions
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");
   '';
 })