From 89ae78fd89d2b26afb77748c3da85886e2463efe Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 12 Sep 2019 14:14:54 +0200 Subject: 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 Reviewed-by: Christian Stenger --- src/plugins/autotest/testcodeparser.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/autotest/testcodeparser.cpp') diff --git a/src/plugins/autotest/testcodeparser.cpp b/src/plugins/autotest/testcodeparser.cpp index f76d1997d2..deb5085ade 100644 --- a/src/plugins/autotest/testcodeparser.cpp +++ b/src/plugins/autotest/testcodeparser.cpp @@ -126,7 +126,6 @@ void TestCodeParser::syncTestFrameworks(const QList &frameworkIds) QTC_ASSERT(testParser, continue); m_testCodeParsers.append(testParser); } - updateTestTree(); } void TestCodeParser::emitUpdateTestTree(ITestParser *parser) -- cgit v1.2.1