We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c4064 commit 6e14d2aCopy full SHA for 6e14d2a
src/doc/rustc-dev-guide/src/tests/running.md
@@ -267,7 +267,7 @@ On the remote machine, run the `remote-test-server` with the `--bind
267
0.0.0.0:12345` flag (and optionally `--verbose` flag).
268
Output should look like this:
269
270
-```text
+```console
271
$ ./remote-test-server --verbose --bind 0.0.0.0:12345
272
starting test server
273
listening on 0.0.0.0:12345!
@@ -282,7 +282,7 @@ restrictive IP address when binding.
282
You can test if the `remote-test-server` is working by connecting to it and sending `ping\n`.
283
It should reply `pong`:
284
285
286
$ nc $REMOTE_IP 12345
287
ping
288
pong
0 commit comments