diff options
author | 2022-10-07 10:46:36 +0800 | |
---|---|---|
committer | 2022-10-07 10:46:36 +0800 | |
commit | 8fdb9582a0634bf7fdb6015922b1d153d42f1256 (patch) | |
tree | 82ae614e8314e53dc09d042b13fd27c576dc59d6 /tests/glib2 | |
parent | 86726548ca895dda37ace0d4d1ad4c0cfe38dc83 (diff) |
agl-test-framework: fix bug for ptest testsuites
Fix bug for ptest testsuites which introduced by the following commit:
agl-test-framework: add "XPASS" and "XFAIL" states
Bug-AGL: SPEC-4345
Signed-off-by: Qiu Tingting <qiutt@fujitsu.com>
Change-Id: I77309e05468045bf1deba1ce94aed81f9492d5e9
Diffstat (limited to 'tests/glib2')
-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() |