Skip to content
Snippets Groups Projects
Commit f78f001c authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

Test Driver: Tweak interval of test reporting

Rather than just display every 100 tests, work out how many to display
based on the total number of tests. This improves the experience when
running a small number of tests.

For [0..100] - Report every test
    [100..1000] - Report every 10 tests
    [1000..10000] - Report every 100 tests
    and so on..
parent 6863b196
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment