From 54afdfd9575729fff69e7b66178a8f9cbf3d7cdd 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@1200223 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/qpid-python-test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/python/qpid-python-test') 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 -- cgit v1.2.1