# Tenzir Test v1.0.2

This release improves the debugging experience by making the `--debug` flag automatically enable verbose output, so you see all test results when diagnosing failures.

## 🔧 Changes

### Debug mode implies verbose output

Jan 26, 2026 · [@mavam](https://github.com/mavam), [@claude](https://github.com/claude) · [#9](https://github.com/tenzir/test/pull/9)

The `--debug` flag (or `TENZIR_TEST_DEBUG=1` environment variable) now automatically enables verbose output. When debugging test failures, you now see all test results (pass/skip/fail) instead of only failures, making it easier to diagnose issues. This provides more context without requiring users to pass both `--debug` and `--verbose` flags separately.

[ Download on GitHub ](https://github.com/tenzir/test/releases/tag/v1.0.2)

[Get the release artifacts and source code.](https://github.com/tenzir/test/releases/tag/v1.0.2)