about summary refs log tree commit diff
path: root/src/test/rustdoc/codeblock-title.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-06-02 07:54:38 +0000
committerbors <bors@rust-lang.org>2020-06-02 07:54:38 +0000
commiteeaf497b2a6bc065874e3d3367b1f3023c5bb3d3 (patch)
tree797bf6b62dc56355adc4b1147204a4833092c5c6 /src/test/rustdoc/codeblock-title.rs
parent10c2316a6bf7cf9255f991e06e82ce692e6f84d5 (diff)
parent036da3a6dcc084db90dbe6ea2831eb7332a1c535 (diff)
downloadrust-eeaf497b2a6bc065874e3d3367b1f3023c5bb3d3.tar.gz
rust-eeaf497b2a6bc065874e3d3367b1f3023c5bb3d3.zip
Auto merge of #72672 - seritools:remote-test-windows, r=Mark-Simulacrum
Make remote-test-client and remote-test-server compatible with windows

`compiletest` and `remote-test-client`:

The command line for `remote-test-client` was changed slightly to allow cross-platform compatible paths. The old way of supplying the support libs was by joining their paths with the executable path
with `:`. This caused Windows-style paths to be split after the directory letter. Now, the number of support libs is provided as a parameter as well, and the support lib paths are split off from the regular args in the client.

`remote-test-server`:

- Marked Unix-only parts as such and implemented Windows alternatives
- On Windows `LD_LIBRARY_PATH` doesn't exist. Libraries are loaded from `PATH` though, so that's the way around it.
- Tiny cleanup: `Command::args`/`envs` instead of manually looping over them
- The temp path for Windows has to be set via environment variable, since there isn't a global temp directory that would work on every machine (as a static string)
Diffstat (limited to 'src/test/rustdoc/codeblock-title.rs')
0 files changed, 0 insertions, 0 deletions