Squish: Add some verbosity to figure out what might be wrong

tst_HELP02 is consistently failing if running from inside Jenkins,
but passes when executed locally.

Change-Id: I70fe9b7dc74dbf82f102b5670ddf04bf0dbfa270
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2016-05-12 12:13:09 +02:00
parent 0ce54ce1e4
commit 53770ebaa5

View File

@@ -58,6 +58,8 @@ def checkQtCreatorHelpVersion(expectedVersion):
'Qt Creator Manual %s' % expectedVersion,
'Verifying whether manual uses expected version.')
except:
t, v = sys.exc_info()[:2]
test.log("Exception caught", "%s(%s)" % (str(t), str(v)))
test.fail("Missing Qt Creator Manual.")
def setKeyboardShortcutForAboutQtC():