diff options
author | Christian Stenger <christian.stenger@qt.io> | 2019-09-12 14:14:54 +0200 |
---|---|---|
committer | Christian Stenger <christian.stenger@qt.io> | 2019-09-18 08:03:49 +0000 |
commit | 89ae78fd89d2b26afb77748c3da85886e2463efe (patch) | |
tree | a848107de0645cb82977f5418e55f82cd8da3064 /src/plugins/autotest/testcodeparser.cpp | |
parent | 829cacfb87aa890c1c94e566d58748d13a91ac7b (diff) | |
download | qt-creator-89ae78fd89d2b26afb77748c3da85886e2463efe.tar.gz |
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>
Diffstat (limited to 'src/plugins/autotest/testcodeparser.cpp')
-rw-r--r-- | src/plugins/autotest/testcodeparser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<Core::Id> &frameworkIds) QTC_ASSERT(testParser, continue); m_testCodeParsers.append(testParser); } - updateTestTree(); } void TestCodeParser::emitUpdateTestTree(ITestParser *parser) |