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