summaryrefslogtreecommitdiff
path: root/python/qpid-python-test
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid-python-test')
-rwxr-xr-xpython/qpid-python-test2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/qpid-python-test b/python/qpid-python-test
index 1a0f711ace..13f31fe78b 100755
--- a/python/qpid-python-test
+++ b/python/qpid-python-test
@@ -570,6 +570,8 @@ total = len(filtered) + len(ignored)
if opts.xml and not list_only:
xmlr = JunitXmlStyleReporter(opts.xml);
xmlr.begin();
+else:
+ xmlr = None
passed = 0
failed = 0