diff options
author | Keith Wall <kwall@apache.org> | 2011-11-10 08:52:54 +0000 |
---|---|---|
committer | Keith Wall <kwall@apache.org> | 2011-11-10 08:52:54 +0000 |
commit | 93417080e6d1a7c611ce80c188c52dd4af0a253b (patch) | |
tree | 0ee28c66ad631baf90fa769ad95d8e842dc31e1d | |
parent | 05b762c053dc4f15f99b4228d1c3efde8cc38110 (diff) | |
download | qpid-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-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 |