mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 09:20:45 +02:00
Suppress repeated message in unit tests if not required.
This commit is contained in:
@@ -74,7 +74,7 @@ static bool
|
||||
run_test (tl::TestBase *t, bool editable, bool slow, int repeat)
|
||||
{
|
||||
for (int i = 0; i < repeat; ++i) {
|
||||
if (repeat > 0) {
|
||||
if (repeat > 1) {
|
||||
ut::noctrl << "Repeat iteration " << i + 1 << " of " << repeat;
|
||||
}
|
||||
if (! t->do_test (editable, slow)) {
|
||||
|
||||
Reference in New Issue
Block a user