Adjust log line in fuchsia-test-runner.py
* Adjusting log line in `fuchsia-test-runner.py` to refer to self
This commit is contained in:
parent
ed620cf969
commit
c14b85c11e
@ -346,7 +346,7 @@ class TestEnvironment:
|
|||||||
"-f",
|
"-f",
|
||||||
self.ssh_keyfile_path(),
|
self.ssh_keyfile_path(),
|
||||||
"-C",
|
"-C",
|
||||||
"Generated by test_toolchain.py",
|
"Generated by fuchsia-test-runner.py",
|
||||||
],
|
],
|
||||||
stdout=self.subprocess_output(),
|
stdout=self.subprocess_output(),
|
||||||
stderr=self.subprocess_output(),
|
stderr=self.subprocess_output(),
|
||||||
|
Loading…
Reference in New Issue
Block a user