lol

Merge pull request #128055 from Synthetica9/sway-check-quit

nixos/tests/sway: add check that sway quits

authored by

Michael Weiss and committed by
GitHub
370a10c2 4457a52c

+2
+2
nixos/tests/sway.nix
··· 104 104 105 105 # Exit Sway and verify process exit status 0: 106 106 machine.succeed("su - alice -c 'swaymsg exit || true'") 107 + machine.wait_until_fails("pgrep -x sway") 108 + 107 109 # TODO: Sway currently segfaults after "swaymsg exit" but only in this VM test: 108 110 # machine # [ 104.090032] sway[921]: segfault at 3f800008 ip 00007f7dbdc25f10 sp 00007ffe282182f8 error 4 in libwayland-server.so.0.1.0[7f7dbdc1f000+8000] 109 111 # machine.wait_for_file("/tmp/sway-exit-ok")