Skip to content

Commit

Permalink
Fix grep
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jan 22, 2024
1 parent 67e75cc commit 7895297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kolide-launcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pkgs.nixosTest {
machine.screenshot("test-screen4.png")
with subtest("launcher flare"):
launcher_find_status, launcher_find_stdout = machine.execute("ls /nix/store | grep kolide-launcher") # empty
launcher_find_status, launcher_find_stdout = machine.execute("ls /nix/store | grep kolide-launcher-")
print(launcher_find_status)
print(launcher_find_stdout)
launcher_path = launcher_find_stdout + "/bin/launcher"
Expand Down

0 comments on commit 7895297

Please sign in to comment.