aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-06-04 18:56:35 +0200
committerRobert Loehning <robert.loehning@qt.io>2018-06-05 09:08:20 +0000
commit35eabd7d40128875d290d8076ca9a79c22b64405 (patch)
treee062eab9ff00d711391545e3559caaffc000a570 /tests
parent87678e9a074e86bfb996b736ead1b285311f6efb (diff)
Squish: Explicitly disable ClangCodeModel for testing built-in
The ClangCodeModel is the default now. Change-Id: Id432cc9d27dcf7327c0b7efeba7004521d25fee5 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
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 dc07789740..d1a5660828 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()