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