forked from qt-creator/qt-creator
Squish: Let startQC() return applicationContext
Change-Id: I56aff938095948031ff7b4e5fd522654208e4f6b Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user