]> git.lizzy.rs Git - rust.git/commit
rustbuild: Fix test "test rustdoc" invocation
authorAlex Crichton <alex@alexcrichton.com>
Fri, 15 Sep 2017 22:28:59 +0000 (15:28 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 15 Sep 2017 22:28:59 +0000 (15:28 -0700)
commit3da54fb03613b4fb65f3e43fd8e2d05bc7866c53
treef8106ff111733b18267985347e2798e9b0000a73
parentfd4bef54abafe6d93ec3c87498de696da6ef5819
rustbuild: Fix test "test rustdoc" invocation

Previously it would use the librustc output directory which would cause rustdoc
to get entirely recompiled, whereas the intention is that it uses the
already-compiled artifacts from building rustdoc itself, using the tool output
directory
src/bootstrap/check.rs
src/bootstrap/tool.rs