forked from qt-creator/qt-creator
AutoTest: Suppress progress bar more aggressively
Task-number: QTCREATORBUG-30447 Change-Id: I4386d522819b9f361f179ccda6a0fd3c759c389d Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -361,7 +361,7 @@ void TestCodeParser::scanForTests(const QSet<FilePath> &filePaths,
|
||||
return true;
|
||||
return cppSnapshot.contains(fn);
|
||||
});
|
||||
m_withTaskProgress = filteredFiles.size() > 5;
|
||||
m_withTaskProgress = isFullParse || filteredFiles.size() > 20;
|
||||
|
||||
qCDebug(LOG) << "Starting scan of" << filteredFiles.size() << "(" << files.size() << ")"
|
||||
<< "files with" << codeParsers.size() << "parsers";
|
||||
|
||||
Reference in New Issue
Block a user