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
+1 -1
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