Skip to content

Commit c862b97

Browse files
committed
(lorri) (update tests)
1 parent 8497f14 commit c862b97

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nixos/tests/lorri/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ import ../make-test-python.nix {
1717
1818
# Start the daemon and wait until it is ready
1919
machine.execute("lorri daemon > lorri.stdout 2> lorri.stderr &")
20-
machine.wait_until_succeeds("grep --fixed-strings 'ready' lorri.stdout")
20+
machine.wait_until_succeeds("grep --fixed-strings 'ready' lorri.stderr")
2121
2222
# Ping the daemon
23-
machine.succeed("lorri internal ping shell.nix")
23+
machine.succeed("lorri internal ping --shell-file shell.nix")
2424
2525
# Wait for the daemon to finish the build
26-
machine.wait_until_succeeds("grep --fixed-strings 'Completed' lorri.stdout")
26+
machine.wait_until_succeeds("grep --fixed-strings 'Completed' lorri.stderr")
2727
'';
2828
}

0 commit comments

Comments
 (0)