aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/system/shared/clang.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/shared/clang.py b/tests/system/shared/clang.py
index dc07789740a..d1a5660828d 100644
--- a/tests/system/shared/clang.py
+++ b/tests/system/shared/clang.py
@@ -50,7 +50,7 @@ def startCreator(useClang):
if not startCreatorTryingClang():
return False
else:
- startApplication("qtcreator" + SettingsPath)
+ startApplication("qtcreator -noload ClangCodeModel" + SettingsPath)
finally:
overrideStartApplication()
return startedWithoutPluginError()