From 93417080e6d1a7c611ce80c188c52dd4af0a253b Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Thu, 10 Nov 2011 08:52:54 +0000 Subject: 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 --- python/qpid-python-test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') 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 -- cgit v1.2.1