Skip to content

--quiet suppresses failing git-hook output in CI logs #1926

Closed
@skwakl

Description

@skwakl

Describe the bug

Great to see PR #1840 merged—thanks for the improvement!
When running devenv --quiet test the error messages from failing git hooks are not printed.

To reproduce

  1. Set up a devenv with a failing git-hook.
  2. Run devenv ci --quiet
  3. Observe that the hook fails silently—no error details are shown in the output.

https://gist.github.com/skwakl/63e92e8d8223bcceac95fe2a040ddad5

Output:

$ devenv ci --quiet
hello from devenv
git version 2.49.0
• Testing ...
Error:   × Tests failed

Version
devenv 1.6.1 (aarch64-darwin)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions