summaryrefslogtreecommitdiff
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
commit93417080e6d1a7c611ce80c188c52dd4af0a253b (patch)
tree0ee28c66ad631baf90fa769ad95d8e842dc31e1d
parent05b762c053dc4f15f99b4228d1c3efde8cc38110 (diff)
downloadqpid-python-93417080e6d1a7c611ce80c188c52dd4af0a253b.tar.gz
QPID-3552: fix problem when new flag is not in use
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200223 13f79535-47bb-0310-9956-ffa450edef68
-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