summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-12-14 10:58:47 +0100
committerGitHub <noreply@github.com>2022-12-14 10:58:47 +0100
commit00852d12db95380ed5026850c6fe0c663a5ee121 (patch)
treecbd43c88507823e7d82365bd80b47e2458440c83
parent06372d4a0dae8529b52e147ded340755cfbd4d91 (diff)
parentc14b85c11e15006d41a637448df8fed7a78fe5c6 (diff)
downloadrust-00852d12db95380ed5026850c6fe0c663a5ee121.tar.gz
rust-00852d12db95380ed5026850c6fe0c663a5ee121.zip
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``
-rwxr-xr-xsrc/ci/docker/scripts/fuchsia-test-runner.py2
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(),