Skip to content

Reduce default test verbosity

Matthew Pickering requested to merge wip/test-verbosity into master

Before: Each test which is run prints the test name and command which is run on CI. Now: Only print a status update every 100 tests, still print failures.

This will result in much easier to read CI logs.

Edited by vdukhovni

Merge request reports