Commit Graph

3 Commits

Author SHA1 Message Date
Seth Hillbrand 176d9954e3 CLI: Suppress verbose output from STEP and IPC-2581 exporters by default
The CLI_REPORTER and CLI_PROGRESS_REPORTER classes now have a verbose
mode that is disabled by default. This prevents debug and progress
messages from being output.  In v11, we should probably add a --verbose
flag to the cli to turn these on

Errors and warnings continue to be printed normally.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18289
2026-01-27 12:35:44 -08:00
Alex Shvartzkop 1dc278488d REPORTER's HasMessage indicates that any message got reported, not stored. 2025-08-23 00:24:58 +03:00
Seth Hillbrand 321b5793a2 Add some QA tests
Created basic tests for:
- Notification Manager
- Clipboard
- File history
- Filename Resolver
- Hotkey store
- Collector
- Reporters
2025-08-04 11:36:43 -07:00