diff options
Diffstat (limited to 'tests/glib2/run_tests.py')
-rw-r--r-- | tests/glib2/run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/glib2/run_tests.py b/tests/glib2/run_tests.py index dfc23ae..0be6b91 100644 --- a/tests/glib2/run_tests.py +++ b/tests/glib2/run_tests.py @@ -11,7 +11,6 @@ class GLIB2Base(PTESTBase): def log_process(self): log_file = self.get_logfile() self.case_info_list = log.log_process_gnome_desktop_testing(log_file) - self.init_case_status() instance = GLIB2Base() instance.run_ptest() |