Skip to content

Commit

Permalink
Rollup merge of rust-lang#105663 - andrewpollack:patch-1, r=tmandry
Browse files Browse the repository at this point in the history
Adjust log line in `fuchsia-test-runner.py`

* Adjusting log line in `fuchsia-test-runner.py` to refer to self

r? `@tmandry`
  • Loading branch information
matthiaskrgr authored Dec 14, 2022
2 parents 8f364b3 + c14b85c commit 84306e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/scripts/fuchsia-test-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def start(self):
"-f",
self.ssh_keyfile_path(),
"-C",
"Generated by test_toolchain.py",
"Generated by fuchsia-test-runner.py",
],
stdout=self.subprocess_output(),
stderr=self.subprocess_output(),
Expand Down

0 comments on commit 84306e3

Please sign in to comment.