Skip to content

Commit c14b85c

Browse files
Adjust log line in fuchsia-test-runner.py
* Adjusting log line in `fuchsia-test-runner.py` to refer to self
1 parent ed620cf commit c14b85c

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)