Merge pull request #155598 from hercules-ci/cleanup-nixos-test-lorri

nixos/tests/lorri: Remove redundant stdout redirect
This commit is contained in:
Robert Hensing 2022-01-19 13:25:28 +01:00 committed by GitHub
commit f22ffbc14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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