From 7aa8dc38e99698857a37307b518fc3b4b18252db Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Tue, 16 Feb 2016 13:44:07 +0100 Subject: [PATCH] Squish: override startApplication in startCreatorTryingClang() Change-Id: I6cb16c2a93ca46503f056c558eb8a6a2b33153d7 Reviewed-by: Christian Stenger --- tests/system/shared/clang.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system/shared/clang.py b/tests/system/shared/clang.py index 4ed6e961df7..8f5604702b9 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