Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry authored Oct 25, 2024
1 parent d94a76a commit ce4fc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/docker/scripts/fuchsia-test-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def setup_logging(self, log_to_file=False):

@property
def package_server_log_path(self) -> Path:
return self.tmp_dir().joinpath(f"repo_{self.TEST_REPO_NAME}.log")
return self.tmp_dir().joinpath(f"repo_{self.TEST_REPO_NAME}.log")

@property
def emulator_log_path(self) -> Path:
Expand Down Expand Up @@ -401,7 +401,7 @@ def start_ffx_isolation(self):
# Set configs
configs = {
"log.enabled": "true",
"log.dir": self.tmp_dir(),
"log.dir": self.tmp_dir(),
"test.is_isolated": "true",
"test.experimental_structured_output": "true",
}
Expand Down

0 comments on commit ce4fc99

Please sign in to comment.