Skip to content

Commit 00852d1

Browse files
authored
Rollup merge of #105663 - andrewpollack:patch-1, r=tmandry
Adjust log line in `fuchsia-test-runner.py` * Adjusting log line in `fuchsia-test-runner.py` to refer to self r? ``@tmandry``
2 parents 06372d4 + c14b85c commit 00852d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/scripts/fuchsia-test-runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def start(self):
346346
"-f",
347347
self.ssh_keyfile_path(),
348348
"-C",
349-
"Generated by test_toolchain.py",
349+
"Generated by fuchsia-test-runner.py",
350350
],
351351
stdout=self.subprocess_output(),
352352
stderr=self.subprocess_output(),

0 commit comments

Comments
 (0)