AutoTest: Fix stopping test run when debugging tests

Change-Id: I19dcbd89b68e4df5d87cb6b6923adee0d07a6b55
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
Christian Stenger
2016-07-26 07:33:37 +02:00
parent 938ca5ca9e
commit 16c007a054

View File

@@ -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);