Skip to content

Commit

Permalink
daemon-check-output: add new 'command not found' case (#38355)
Browse files Browse the repository at this point in the history
Noticed some tests prints out `command not found` error but still
continues and exists with success. But we were silently ignore not-exist
commands.

Signed-off-by: Dentrax <[email protected]>
  • Loading branch information
Dentrax authored Dec 25, 2024
1 parent 02a2b88 commit fe579d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/test/daemon-check-output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ inputs:
java.lang.NullPointerException
java.lang.RuntimeException
Gem::MissingSpecError
command not found
pipeline:
- name: "start daemon on localhost"
Expand Down

0 comments on commit fe579d8

Please sign in to comment.