aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/shared
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-10-01 11:21:32 +0200
committerChristian Stenger <christian.stenger@qt.io>2018-10-01 11:32:27 +0000
commitc5d961fe015e9870cd2580fdaa459277ed182e50 (patch)
treec6687eaec385f309999b6ff62cc7064efed08267 /tests/system/shared
parentc6906304a2bb238bc3c78b1c5461efe21b1109f7 (diff)
Squish: Let startQC() return applicationContext
Change-Id: I56aff938095948031ff7b4e5fd522654208e4f6b Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'tests/system/shared')
-rw-r--r--tests/system/shared/qtcreator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/shared/qtcreator.py b/tests/system/shared/qtcreator.py
index 734a65f0d5..cd572a4a79 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: