Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 669b8641 authored by Hansong Zhang's avatar Hansong Zhang Committed by android-build-merger
Browse files

Cert: Set default log_path_base

am: dcff79f6

Change-Id: I775a0deb2e8e26f7ff626489f6f7f87d89e56698
parents b5a37f32 dcff79f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ class GdBaseTestClass(BaseTestClass):
    def __init__(self, configs):
        BaseTestClass.__init__(self, configs)

        log_path_base = configs.log_path
        log_path_base = getattr(configs, "log_path", "/tmp/logs")
        gd_devices = self.controller_configs.get("GdDevice")
        gd_cert_devices = self.controller_configs.get("GdCertDevice")

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ class GdFacadeOnlyBaseTestClass(BaseTestClass):
    def __init__(self, configs):
        BaseTestClass.__init__(self, configs)

        log_path_base = configs.log_path
        log_path_base = getattr(configs, "log_path", "/tmp/logs")
        gd_devices = self.controller_configs.get("GdDevice")

        self.rootcanal_running = False