summaryrefslogtreecommitdiffstats
path: root/tests/libxml2/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libxml2/run_tests.py')
-rw-r--r--tests/libxml2/run_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/libxml2/run_tests.py b/tests/libxml2/run_tests.py
index 70d2ccc..0043a94 100644
--- a/tests/libxml2/run_tests.py
+++ b/tests/libxml2/run_tests.py
@@ -11,7 +11,6 @@ class LIBXML2Base(PTESTBase):
def log_process(self):
log_file = self.get_logfile()
self.case_info_list = parser.log_parse(log_file)
- self.init_case_status()
instance = LIBXML2Base()
instance.run_ptest()