forked from qt-creator/qt-creator
Rework the parsing and fixing detection of changes
Additionally * fixed some deletion of pointers * const correctness * small refactorings for readability * better separation of responsibilities
This commit is contained in:
committed by
Christian Stenger
parent
eca8e2faba
commit
345b4de47a
@@ -86,7 +86,9 @@ void TestRunner::runTests()
|
||||
ProjectExplorer::Internal::ProjectExplorerSettings pes = pep->projectExplorerSettings();
|
||||
if (pes.buildBeforeDeploy) {
|
||||
if (!project->hasActiveBuildSettings()) {
|
||||
qDebug() << "no active build settings...???"; // let it configure?
|
||||
TestResultsPane::instance()->addTestResult(
|
||||
TestResult(QString(), QString(), QString(), ResultType::MESSAGE_FATAL,
|
||||
tr("*** Project is not configured - canceling Test Run ***")));
|
||||
return;
|
||||
}
|
||||
buildProject(project);
|
||||
|
||||
Reference in New Issue
Block a user