diff options
Diffstat (limited to 'python/qpid-python-test')
-rwxr-xr-x | python/qpid-python-test | 2 |
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 |