forked from qt-creator/qt-creator
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:
@@ -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():
|
||||
|
Reference in New Issue
Block a user