AutoTest: Reparse only newly added frameworks

Instead of re-parsing all test frameworks trigger a reparse
just for the newly added as results for the other should not
have changed.

Change-Id: I6eb53da04bb927a884d6431e137bfe68f391f2ad
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Stenger
2019-09-12 14:14:54 +02:00
parent 829cacfb87
commit 89ae78fd89
2 changed files with 17 additions and 19 deletions

View File

@@ -126,7 +126,6 @@ void TestCodeParser::syncTestFrameworks(const QList<Core::Id> &frameworkIds)
QTC_ASSERT(testParser, continue);
m_testCodeParsers.append(testParser);
}
updateTestTree();
}
void TestCodeParser::emitUpdateTestTree(ITestParser *parser)