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:
Andrew Pollack 2022-12-13 09:26:12 -08:00 committed by GitHub
parent ed620cf969
commit c14b85c11e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -346,7 +346,7 @@ class TestEnvironment:
"-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(),