about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2022-01-19 13:25:28 +0100
committerGitHub <noreply@github.com>2022-01-19 13:25:28 +0100
commitf22ffbc14eeb01878c425b460e5c7b9c17bb5d28 (patch)
treee8686d43d4bcab7e1953b4dbb373db1c0f4071d0 /nixos
parentf178a5133499c87fd212e1db7f03f62960661661 (diff)
parent54a62ae266343b584b92d1f2b636a913899c86a8 (diff)
downloadnixlib-f22ffbc14eeb01878c425b460e5c7b9c17bb5d28.tar
nixlib-f22ffbc14eeb01878c425b460e5c7b9c17bb5d28.tar.gz
nixlib-f22ffbc14eeb01878c425b460e5c7b9c17bb5d28.tar.bz2
nixlib-f22ffbc14eeb01878c425b460e5c7b9c17bb5d28.tar.lz
nixlib-f22ffbc14eeb01878c425b460e5c7b9c17bb5d28.tar.xz
nixlib-f22ffbc14eeb01878c425b460e5c7b9c17bb5d28.tar.zst
nixlib-f22ffbc14eeb01878c425b460e5c7b9c17bb5d28.zip
Merge pull request #155598 from hercules-ci/cleanup-nixos-test-lorri
nixos/tests/lorri: Remove redundant stdout redirect
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/lorri/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/lorri/default.nix b/nixos/tests/lorri/default.nix
index 147ae999fdb1..c33c7503993d 100644
--- a/nixos/tests/lorri/default.nix
+++ b/nixos/tests/lorri/default.nix
@@ -14,7 +14,7 @@ import ../make-test-python.nix {
     )
 
     # Start the daemon and wait until it is ready
-    machine.execute("lorri daemon > lorri.stdout 2> lorri.stderr >&2 &")
+    machine.execute("lorri daemon > lorri.stdout 2> lorri.stderr &")
     machine.wait_until_succeeds("grep --fixed-strings 'ready' lorri.stdout")
 
     # Ping the daemon