]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #69198 - ollie27:rustbuild_rustdoc-js, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Wed, 19 Feb 2020 15:55:57 +0000 (15:55 +0000)
committerbors <bors@rust-lang.org>
Wed, 19 Feb 2020 15:55:57 +0000 (15:55 +0000)
commit7d6b8c414e84e1f4f2f40236e83125ba8e034b98
tree580f8162b0ca1e2272fd72b8e1ebf7f820088703
parent7710ae0e2653e0fa14ff9b7797ed29340e0284a8
parent3300725342dba6b191bfcc094485f708695c8a44
Auto merge of #69198 - ollie27:rustbuild_rustdoc-js, r=Mark-Simulacrum

Fix running rustdoc-js test suite individually

Without `Compiletest.path` set running `x.py test src/test/rustdoc-js` would run the `rustdoc-js` test suite with everything filtered out.

As this was the only place setting `Compiletest.path` to `None` this removes the `Option` wrapper as well.
src/bootstrap/test.rs