about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorAndrew Pollack <andrewpkq@gmail.com>2022-12-13 09:26:12 -0800
committerGitHub <noreply@github.com>2022-12-13 09:26:12 -0800
commitc14b85c11e15006d41a637448df8fed7a78fe5c6 (patch)
tree981e425857522ad2b781281df87818cc527c1ed0 /src/ci/docker/scripts
parented620cf9690fdafed65845bf35c455db992fbba1 (diff)
downloadrust-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-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(),