| Index: tools/testrunner/local/testsuite.py
|
| diff --git a/tools/testrunner/local/testsuite.py b/tools/testrunner/local/testsuite.py
|
| index f7fa19b20a0b5ce18abe0cd934fbbe12145291b8..dbefc4ff03683565d575017c2f6c5a40c4548881 100644
|
| --- a/tools/testrunner/local/testsuite.py
|
| +++ b/tools/testrunner/local/testsuite.py
|
| @@ -98,6 +98,12 @@ class TestSuite(object):
|
| def status_file(self):
|
| return "%s/%s.status" % (self.root, self.name)
|
|
|
| + def Setup(self):
|
| + pass
|
| +
|
| + def TearDown(self):
|
| + pass
|
| +
|
| # Used in the status file and for stdout printing.
|
| def CommonTestName(self, testcase):
|
| if utils.IsWindows():
|
|
|