[svn r62986] fix tests that got broken
--HG-- branch : trunk
This commit is contained in:
parent
6397c38725
commit
881fb3fd05
|
@ -25,6 +25,7 @@ class Session(object):
|
||||||
self.bus.register(self)
|
self.bus.register(self)
|
||||||
self._testsfailed = False
|
self._testsfailed = False
|
||||||
self._nomatch = False
|
self._nomatch = False
|
||||||
|
self.shouldstop = False
|
||||||
|
|
||||||
def fixoptions(self):
|
def fixoptions(self):
|
||||||
""" check, fix and determine conflicting options. """
|
""" check, fix and determine conflicting options. """
|
||||||
|
|
Loading…
Reference in New Issue