diff options
Diffstat (limited to 'tests/attr/run_tests.py')
-rw-r--r-- | tests/attr/run_tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/attr/run_tests.py b/tests/attr/run_tests.py index 148f4a6..d78a38f 100644 --- a/tests/attr/run_tests.py +++ b/tests/attr/run_tests.py @@ -14,12 +14,12 @@ def rm_logs(log_path: pathlib.Path): class AttrBase(PTESTBase): def __init__(self): super().__init__(test_name="attr") - # rm *.log *.trs from /usr/lib/attr/ptest/test/ + # rm *.log *.trs from /usr/lib/attr/ptest/test/ rm_logs(pathlib.Path("/usr/lib/attr/ptest/test/")) def log_process(self): log_file = self.get_logfile() - self.case_info_list = log.log_process_gnome_desktop_testing(log_file) + self.case_info_list = log.log_process_gnu(log_file) instance = AttrBase() instance.run_ptest() |