summary refs log tree commit diff
path: root/nixos/tests/vaultwarden.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-11-07 19:57:23 +0300
committerK900 <me@0upti.me>2023-11-07 21:08:23 +0300
commit9843bbbeee2642df74a5d4b4f94bae05cea0e2e0 (patch)
treedbc470c7991386c638485664bd45b5c4487e47c6 /nixos/tests/vaultwarden.nix
parent223c8a6ed4c41e1449fa83d0e1feb45d5dd5910e (diff)
downloadnixpkgs-9843bbbeee2642df74a5d4b4f94bae05cea0e2e0.tar
nixpkgs-9843bbbeee2642df74a5d4b4f94bae05cea0e2e0.tar.gz
nixpkgs-9843bbbeee2642df74a5d4b4f94bae05cea0e2e0.tar.bz2
nixpkgs-9843bbbeee2642df74a5d4b4f94bae05cea0e2e0.tar.lz
nixpkgs-9843bbbeee2642df74a5d4b4f94bae05cea0e2e0.tar.xz
nixpkgs-9843bbbeee2642df74a5d4b4f94bae05cea0e2e0.tar.zst
nixpkgs-9843bbbeee2642df74a5d4b4f94bae05cea0e2e0.zip
treewide: replace `<command> | systemd-cat` with `systemd-cat <command>`
The former swallows exit codes, the latter doesn't.
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 95d00c1d8ec..486a8aeddf7 100644
--- a/nixos/tests/vaultwarden.nix
+++ b/nixos/tests/vaultwarden.nix
@@ -174,7 +174,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(