From 881fb3fd058a1b0cd307c3fec3fe66ea0bb1c7dd Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 17 Mar 2009 08:40:39 +0100 Subject: [PATCH] [svn r62986] fix tests that got broken --HG-- branch : trunk --- py/test/session.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/test/session.py b/py/test/session.py index c4ae2f760..21bab112e 100644 --- a/py/test/session.py +++ b/py/test/session.py @@ -25,6 +25,7 @@ class Session(object): self.bus.register(self) self._testsfailed = False self._nomatch = False + self.shouldstop = False def fixoptions(self): """ check, fix and determine conflicting options. """