summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-12-16 11:31:33 -0500
committerTim Steinbach <tim@nequissimus.com>2020-12-16 11:31:33 -0500
commitfc3926ea2d0c27036b7de43573c77080c9050828 (patch)
treed0f751b713ff640b91c4379640e3179bdb0d991d /nixos/tests
parent78c036ced313fdd0a15bd7bf4b58e3633b917fbe (diff)
downloadnixpkgs-fc3926ea2d0c27036b7de43573c77080c9050828.tar
nixpkgs-fc3926ea2d0c27036b7de43573c77080c9050828.tar.gz
nixpkgs-fc3926ea2d0c27036b7de43573c77080c9050828.tar.bz2
nixpkgs-fc3926ea2d0c27036b7de43573c77080c9050828.tar.lz
nixpkgs-fc3926ea2d0c27036b7de43573c77080c9050828.tar.xz
nixpkgs-fc3926ea2d0c27036b7de43573c77080c9050828.tar.zst
nixpkgs-fc3926ea2d0c27036b7de43573c77080c9050828.zip
Revert "minecraft: 2.2.909 → 2.2.741"
This reverts commit 8d4d8ef274f2f559c1a91133004f31f041eadd51.

The update script pulls the version info from AUR and they still use the old version.
Sorry...
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/minecraft.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/minecraft.nix b/nixos/tests/minecraft.nix
index 3225ebac392..e0c35f2d276 100644
--- a/nixos/tests/minecraft.nix
+++ b/nixos/tests/minecraft.nix
@@ -21,7 +21,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
     in ''
       client.wait_for_x()
       client.execute("su - alice -c minecraft-launcher &")
-      client.wait_for_text("Create a new Microsoft account")
+      client.wait_for_text("CONTINUE WITHOUT LOGIN")
       client.sleep(10)
       client.screenshot("launcher")
     '';