forked from qt-creator/qt-creator
AutoTest: Enable debugging for Quick Tests
Task-number: QTCREATORBUG-18961 Change-Id: I6f00c84ea6279ceb59745e5bb12349511ae4637b Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -81,10 +81,8 @@ QStringList QtTestConfiguration::argumentsForTestRunner(QStringList *omitted) co
|
||||
if (qtSettings->logSignalsSlots)
|
||||
arguments << "-vs";
|
||||
|
||||
if (isDebugRunMode()) {
|
||||
if (qtSettings->noCrashHandler)
|
||||
arguments << "-nocrashhandler";
|
||||
}
|
||||
if (isDebugRunMode() && qtSettings->noCrashHandler)
|
||||
arguments << "-nocrashhandler";
|
||||
|
||||
return arguments;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user