diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-23 16:08:22 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-23 16:08:22 +0900 |
| commit | b5bb7654da074dc92c354582d086b68d2d45024c (patch) | |
| tree | e94788e6c6242448a9775082d1557789c83d2f45 /test.nix | |
| parent | cc1efa22e22c824343540c9af9a9593379138285 (diff) | |
nix: redirect sway output to journal
This makes swaymsg exec output appear in test output.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test.nix')
| -rw-r--r-- | test.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ nixosTest { sed s/Mod4/Mod1/ /etc/sway/config > ~/.config/sway/config sway --validate - sway && touch /tmp/sway-exit-ok + systemd-cat --identifier=sway sway && touch /tmp/sway-exit-ok fi ''; |
