summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2016-02-16 13:44:07 +0100
committerRobert Loehning <robert.loehning@theqtcompany.com>2016-02-16 13:16:00 +0000
commit7aa8dc38e99698857a37307b518fc3b4b18252db (patch)
tree06638f4fed3a229087aab0024ba6450d25ccd0ea
parent9d8e4aa922daac8446d470e196ed5d297ae5e3c5 (diff)
downloadqt-creator-7aa8dc38e99698857a37307b518fc3b4b18252db.tar.gz
Squish: override startApplication in startCreatorTryingClang()
Change-Id: I6cb16c2a93ca46503f056c558eb8a6a2b33153d7 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
-rw-r--r--tests/system/shared/clang.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/shared/clang.py b/tests/system/shared/clang.py
index 4ed6e961df..8f5604702b 100644
--- a/tests/system/shared/clang.py
+++ b/tests/system/shared/clang.py
@@ -42,6 +42,7 @@ def startCreatorTryingClang():
except:
# ClangCodeModel plugin has not been built - start without it
test.warning("ClangCodeModel plugin not available - performing test without.")
+ overrideStartApplication()
startApplication("qtcreator" + SettingsPath)
return False