summary refs log tree commit diff
path: root/nixos/tests/sddm.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-04-11 03:16:45 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-04-11 03:21:58 +0200
commit5d5c0d590f35934bab23aadc2e1d8d6b6b2118b0 (patch)
tree40a51cc2ba885713baf20e6a12e9907b59e17443 /nixos/tests/sddm.nix
parenta443bdc0a637aac3e6c0b8ba9d71f101f60d221d (diff)
downloadnixpkgs-5d5c0d590f35934bab23aadc2e1d8d6b6b2118b0.tar
nixpkgs-5d5c0d590f35934bab23aadc2e1d8d6b6b2118b0.tar.gz
nixpkgs-5d5c0d590f35934bab23aadc2e1d8d6b6b2118b0.tar.bz2
nixpkgs-5d5c0d590f35934bab23aadc2e1d8d6b6b2118b0.tar.lz
nixpkgs-5d5c0d590f35934bab23aadc2e1d8d6b6b2118b0.tar.xz
nixpkgs-5d5c0d590f35934bab23aadc2e1d8d6b6b2118b0.tar.zst
nixpkgs-5d5c0d590f35934bab23aadc2e1d8d6b6b2118b0.zip
Revert "sddm: Fix test."
This reverts commit 0a6a06346a3c928a3115dfd700993c5c06b0a1e9.

The commit replaced the text to search for from ALICE to BOB, because
our OCR detection only caught "BOB FOOBAR" but missed "ALICE FOOBAR"
completely.

With the improvements to our OCR system this no longer is the case and
the test passes successfully with this reverted.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @shlevy
Diffstat (limited to 'nixos/tests/sddm.nix')
-rw-r--r--nixos/tests/sddm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/sddm.nix b/nixos/tests/sddm.nix
index f78a77efbf0..82be9bc1d72 100644
--- a/nixos/tests/sddm.nix
+++ b/nixos/tests/sddm.nix
@@ -24,7 +24,7 @@ let
         user = nodes.machine.config.users.extraUsers.alice;
       in ''
         startAll;
-        $machine->waitForText(qr/BOB/);
+        $machine->waitForText(qr/ALICE/);
         $machine->screenshot("sddm");
         $machine->sendChars("${user.password}\n");
         $machine->waitForFile("/home/alice/.Xauthority");