aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2024-02-15 16:49:29 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2024-02-15 15:57:46 +0000
commita6374bc5a9790b6784964a2175f5b44ca3fc8fc4 (patch)
tree7ee64c0d1a015239c892be4c3e48ac8b53250995 /src/plugins/projectexplorer
parent3e7ef867dd55e17c9a1ccf73f3b32cdb4db883a5 (diff)
ProjectManager: Add a hint on how to run the testSessionSwitch()
Change-Id: I4852d15bb3f17dd9f2495f44376f62e85046db36 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer')
-rw-r--r--src/plugins/projectexplorer/projectmanager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectmanager.cpp b/src/plugins/projectexplorer/projectmanager.cpp
index fe1e69aac0..e0cb5e2ca5 100644
--- a/src/plugins/projectexplorer/projectmanager.cpp
+++ b/src/plugins/projectexplorer/projectmanager.cpp
@@ -740,7 +740,8 @@ void ProjectExplorerTest::testSessionSwitch()
= ProjectExplorerPlugin::openProject(
FilePath::fromString(sessionSpec.projectFile.fileName()));
if (openResult.errorMessage().contains("text/plain"))
- QSKIP("This test requires the presence of QmakeProjectManager to be fully functional");
+ QSKIP("This test requires the presence of QmakeProjectManager to be fully functional. "
+ "Hint: run this test with \"-load QmakeProjectManager\" option.");
QVERIFY(openResult);
QCOMPARE(openResult.projects().count(), 1);
QVERIFY(openResult.project());