forked from qt-creator/qt-creator
AutoTest: Fix stopping test run when debugging tests
Change-Id: I19dcbd89b68e4df5d87cb6b6923adee0d07a6b55 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
@@ -323,6 +323,7 @@ void TestRunner::debugTests()
|
||||
return;
|
||||
}
|
||||
|
||||
connect(this, &TestRunner::requestStopTestRun, runControl, &Debugger::DebuggerRunControl::stop);
|
||||
connect(runControl, &Debugger::DebuggerRunControl::finished, this, &TestRunner::onFinished);
|
||||
ProjectExplorer::ProjectExplorerPlugin::startRunControl(
|
||||
runControl, ProjectExplorer::Constants::DEBUG_RUN_MODE);
|
||||
|
Reference in New Issue
Block a user