summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2011-11-10 08:52:54 +0000
committerKeith Wall <kwall@apache.org>2011-11-10 08:52:54 +0000
commit54afdfd9575729fff69e7b66178a8f9cbf3d7cdd (patch)
treec7f4ec1ff22dd7b4144730ffb6a915703cb0253d /qpid/python
parenta6debe9da4adb59c168a63d5879ad21d0b2ef3ba (diff)
downloadqpid-python-54afdfd9575729fff69e7b66178a8f9cbf3d7cdd.tar.gz
QPID-3552: fix problem when new flag is not in use
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1200223 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rwxr-xr-xqpid/python/qpid-python-test2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/python/qpid-python-test b/qpid/python/qpid-python-test
index 1a0f711ace..13f31fe78b 100755
--- a/qpid/python/qpid-python-test
+++ b/qpid/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