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>
This commit is contained in:
aszlig
2015-08-20 12:57:40 +02:00
parent fbfdafc2c9
commit 0ed0669699

View File

@@ -23,6 +23,5 @@ import ./make-test.nix ({ pkgs, ...} : {
$machine->screenshot("lightdm");
$machine->sendChars("${user.password}\n");
$machine->waitForWindow("^IceWM ");
$machine->screenshot("session");
'';
})