diff options
| author | Andrew Pollack <andrewpkq@gmail.com> | 2022-12-13 09:26:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-13 09:26:12 -0800 |
| commit | c14b85c11e15006d41a637448df8fed7a78fe5c6 (patch) | |
| tree | 981e425857522ad2b781281df87818cc527c1ed0 /src/ci/docker/scripts | |
| parent | ed620cf9690fdafed65845bf35c455db992fbba1 (diff) | |
| download | rust-c14b85c11e15006d41a637448df8fed7a78fe5c6.tar.gz rust-c14b85c11e15006d41a637448df8fed7a78fe5c6.zip | |
Adjust log line in `fuchsia-test-runner.py`
* Adjusting log line in `fuchsia-test-runner.py` to refer to self
Diffstat (limited to 'src/ci/docker/scripts')
| -rwxr-xr-x | src/ci/docker/scripts/fuchsia-test-runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/fuchsia-test-runner.py b/src/ci/docker/scripts/fuchsia-test-runner.py index a2708d16947..3e86339859d 100755 --- a/src/ci/docker/scripts/fuchsia-test-runner.py +++ b/src/ci/docker/scripts/fuchsia-test-runner.py @@ -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(), |
