summaryrefslogtreecommitdiff
path: root/tests/system/shared/clang.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/shared/clang.py')
-rw-r--r--tests/system/shared/clang.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/shared/clang.py b/tests/system/shared/clang.py
index 1753d8e724..812ead3e6a 100644
--- a/tests/system/shared/clang.py
+++ b/tests/system/shared/clang.py
@@ -16,7 +16,7 @@ def startCreatorVerifyingClang(useClang):
if strv == "startApplication() failed":
test.fatal("%s. Creator built without ClangCodeModel?" % strv)
else:
- test.fatal("Exception caught", "%s(%s)" % (str(t), strv))
+ test.fatal("Exception caught", "%s: %s" % (t.__name__, strv))
return False
if platform.system() not in ('Microsoft', 'Windows'): # only Win uses dialogs for this
return startedWithoutPluginError()