forked from qt-creator/qt-creator
AutoTests: Aspectify parts of main settings
Change-Id: I407b5102e1f2a6647f6fdca01a61dfa422c5d3ee Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include "boosttestoutputreader.h"
|
||||
#include "boosttestsettings.h"
|
||||
|
||||
#include "../autotestplugin.h"
|
||||
#include "../itestframework.h"
|
||||
#include "../testsettings.h"
|
||||
|
||||
@@ -106,7 +105,7 @@ QStringList BoostTestConfiguration::argumentsForTestRunner(QStringList *omitted)
|
||||
for (const QString &test : testCases())
|
||||
arguments << "-t" << test;
|
||||
|
||||
if (AutotestPlugin::settings()->processArgs) {
|
||||
if (TestSettings::instance()->processArgs()) {
|
||||
arguments << filterInterfering(runnable().command.arguments().split(
|
||||
' ', Qt::SkipEmptyParts), omitted);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user