diff options
Diffstat (limited to 'tests/expat/run_tests.py')
-rw-r--r-- | tests/expat/run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/expat/run_tests.py b/tests/expat/run_tests.py index 9db1853..bc08592 100644 --- a/tests/expat/run_tests.py +++ b/tests/expat/run_tests.py @@ -9,7 +9,6 @@ class EXPATBase(PTESTBase): def log_process(self): log_file = self.get_logfile() self.case_info_list = parser.log_parse(log_file) - self.init_case_status() instance = EXPATBase() instance.run_ptest() |