Skip to content

Commit 241e890

Browse files
committed
tests/running.md: minor improvements
1 parent b271341 commit 241e890

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/rustc-dev-guide/src/tests/running.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ send test programs to `remote-test-server` running on the remote machine.
253253
`remote-test-server` provides *unauthenticated remote code
254254
execution* so be careful where it is used.
255255

256-
To do this, first build `remote-test-server` for the remote machine, e.g. for
257-
RISC-V
256+
To do this, first build `remote-test-server` for the remote machine
257+
(using RISC-V as an example):
258258

259259
```text
260260
./x build src/tools/remote-test-server --target riscv64gc-unknown-linux-gnu
@@ -264,11 +264,11 @@ The binary will be created at `./build/host/stage2-tools/$TARGET_ARCH/release/re
264264
Copy this over to the remote machine.
265265

266266
On the remote machine, run the `remote-test-server` with the `--bind
267-
0.0.0.0:12345` flag (and optionally `-v` for verbose output).
267+
0.0.0.0:12345` flag (and optionally `--verbose` flag).
268268
Output should look like this:
269269

270270
```text
271-
$ ./remote-test-server -v --bind 0.0.0.0:12345
271+
$ ./remote-test-server --verbose --bind 0.0.0.0:12345
272272
starting test server
273273
listening on 0.0.0.0:12345!
274274
```

0 commit comments

Comments
 (0)