3
0
Fork 0
forked from mirrors/nixpkgs

nixos/tests/lorri: Remove redundant stdout redirect

Introduced accidentally in https://github.com/NixOS/nixpkgs/pull/144679
This commit is contained in:
Robert Hensing 2022-01-19 11:22:23 +01:00
parent f12f99a320
commit 54a62ae266

View file

@ -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