AutoTest: Shuffle namespaces for clearer separation

Change-Id: I6ac440c6d72c3d0dbcd75907f8a6ae756f3cf5ee
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2019-08-19 10:55:32 +02:00
parent df93c6c5a7
commit 03b80025a9
27 changed files with 56 additions and 66 deletions

View File

@@ -313,8 +313,8 @@ void TestRunner::prepareToRunTests(TestRunMode mode)
m_runMode = mode;
ProjectExplorer::Internal::ProjectExplorerSettings projectExplorerSettings =
ProjectExplorer::ProjectExplorerPlugin::projectExplorerSettings();
if (mode != TestRunMode::RunAfterBuild &&
projectExplorerSettings.buildBeforeDeploy && !projectExplorerSettings.saveBeforeBuild) {
if (mode != TestRunMode::RunAfterBuild && projectExplorerSettings.buildBeforeDeploy
&& !projectExplorerSettings.saveBeforeBuild) {
if (!ProjectExplorer::ProjectExplorerPlugin::saveModifiedFiles())
return;
}