diff options
Diffstat (limited to 'tests/acl/run_tests.py')
-rw-r--r-- | tests/acl/run_tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/acl/run_tests.py b/tests/acl/run_tests.py index f4f7ef1..7768ac6 100644 --- a/tests/acl/run_tests.py +++ b/tests/acl/run_tests.py @@ -14,12 +14,12 @@ def rm_logs(log_path: pathlib.Path): class AclBase(PTESTBase): def __init__(self): super().__init__(test_name="acl") - # rm *.log *.trs from /usr/lib/acl/ptest/test/ + # rm *.log *.trs from /usr/lib/acl/ptest/test/ rm_logs(pathlib.Path("/usr/lib/acl/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 = AclBase() instance.run_ptest() |