Skip to content

Commit

Permalink
bugfix: output on stderr
Browse files Browse the repository at this point in the history
Signed-off-by: juan131 <[email protected]>
  • Loading branch information
juan131 committed Jan 28, 2025
1 parent aecfcd9 commit 2b595d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vib/thanos/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ gossfile:
# Goss tests exclusive to the current container
../../thanos/goss/thanos.yaml: {}
# Load scripts from .vib/common/goss/templates
../../common/goss/templates/check-app-version-no-shell-stdout.yaml: {}
../../common/goss/templates/check-app-version-no-shell-stderr.yaml: {}
../../common/goss/templates/check-ca-certs.yaml: {}
../../common/goss/templates/check-files.yaml: {}
2 changes: 1 addition & 1 deletion .vib/thanos/goss/thanos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ command:
- /bin/thanos
- --help
exit-status: 0
stdout:
stderr:
- "A block storage based long-term storage for Prometheus."

0 comments on commit 2b595d6

Please sign in to comment.