about summary refs log tree commit diff
path: root/nixos/tests/vaultwarden.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-11-08 11:28:44 +0300
committerGitHub <noreply@github.com>2023-11-08 11:28:44 +0300
commit63fe80d8d546d2ab496bc16eb2f3e1ae4ca14687 (patch)
tree1183b5e8ac0a8031357f2a9e3632b7b1b0f1b2ce /nixos/tests/vaultwarden.nix
parent2732e7de60698d6c4172351243b58229bcc46275 (diff)
parent9843bbbeee2642df74a5d4b4f94bae05cea0e2e0 (diff)
Merge pull request #266093 from K900/pipe-systemd-cat
treewide: replace `<command> | systemd-cat` with `systemd-cat <command>`
Diffstat (limited to 'nixos/tests/vaultwarden.nix')
-rw-r--r--nixos/tests/vaultwarden.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/vaultwarden.nix b/nixos/tests/vaultwarden.nix
index 5dcd3ab39dcff..9d2f0e6ab060e 100644
--- a/nixos/tests/vaultwarden.nix
+++ b/nixos/tests/vaultwarden.nix
@@ -173,7 +173,7 @@ let
           )
 
       with subtest("use the web interface to sign up, log in, and save a password"):
-          server.succeed("PYTHONUNBUFFERED=1 test-runner | systemd-cat -t test-runner")
+          server.succeed("PYTHONUNBUFFERED=1 systemd-cat -t test-runner test-runner")
 
       with subtest("log in with the cli"):
           key = client.succeed(