fuzzer: Only print tasks we're running
This commit is contained in:
@@ -82,10 +82,12 @@ void Fuzzer::runTest(const Test &test)
|
||||
|
||||
createLayout(test.initialLayout);
|
||||
int index = 0;
|
||||
|
||||
for (const auto &op : test.operations) {
|
||||
index++;
|
||||
op->execute();
|
||||
qDebug() << "Ran" << op->description();
|
||||
if (op->hasParams())
|
||||
qDebug() << "Ran" << op->description();
|
||||
QTest::qWait(m_operationDelayMS);
|
||||
DockRegistry::self()->checkSanityAll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user