about summary refs log tree commit diff
path: root/nixos/tests
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
parentfbfdafc2c98d168ae0af7202b8d3c752184c11b0 (diff)
downloadnixlib-0ed06696998dd70af96ffa8644685afdbba6b23d.tar
nixlib-0ed06696998dd70af96ffa8644685afdbba6b23d.tar.gz
nixlib-0ed06696998dd70af96ffa8644685afdbba6b23d.tar.bz2
nixlib-0ed06696998dd70af96ffa8644685afdbba6b23d.tar.lz
nixlib-0ed06696998dd70af96ffa8644685afdbba6b23d.tar.xz
nixlib-0ed06696998dd70af96ffa8644685afdbba6b23d.tar.zst
nixlib-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')
-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 67bd395be064..f30f9062dcde 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");
   '';
 })