Skip to content

Commit

Permalink
Merge #279134: nixos/tests/sway: fix alacritty xwayland test
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 6, 2024
2 parents 454989c + 610af56 commit 46ae021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
machine.wait_for_file("/tmp/sway-ipc.sock")
# Test XWayland (foot does not support X):
swaymsg("exec WINIT_UNIX_BACKEND=x11 WAYLAND_DISPLAY=invalid alacritty")
swaymsg("exec WINIT_UNIX_BACKEND=x11 WAYLAND_DISPLAY= alacritty")
wait_for_window("alice@machine")
machine.send_chars("test-x11\n")
machine.wait_for_file("/tmp/test-x11-exit-ok")
Expand Down

0 comments on commit 46ae021

Please sign in to comment.