From c5d961fe015e9870cd2580fdaa459277ed182e50 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 1 Oct 2018 11:21:32 +0200 Subject: [PATCH] Squish: Let startQC() return applicationContext Change-Id: I56aff938095948031ff7b4e5fd522654208e4f6b Reviewed-by: Robert Loehning --- tests/system/shared/qtcreator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/shared/qtcreator.py b/tests/system/shared/qtcreator.py index 734a65f0d5d..cd572a4a794 100644 --- a/tests/system/shared/qtcreator.py +++ b/tests/system/shared/qtcreator.py @@ -65,7 +65,7 @@ def startQC(additionalParameters=None, withPreparedSettingsPath=True): if platform.system() in ('Microsoft', 'Windows'): # for hooking into native file dialog appWithOptions.extend(('-platform', 'windows:dialogs=none')) test.log("Starting now: %s" % ' '.join(appWithOptions)) - startApplication(' '.join(appWithOptions)) + return startApplication(' '.join(appWithOptions)) def startedWithoutPluginError(): try: