diff --git a/tests/system/shared/editor_utils.py b/tests/system/shared/editor_utils.py index a6cf0cea4cb..1afd10bdc93 100644 --- a/tests/system/shared/editor_utils.py +++ b/tests/system/shared/editor_utils.py @@ -85,6 +85,8 @@ def menuVisibleAtEditor(editor, menuInList): menuInList[0] = menu return success except: + t, v = sys.exc_info()[:2] + test.log("Exception: %s" % str(t), str(v)) return False # this function checks whether the given global point (QPoint)