]> git.lizzy.rs Git - rust.git/blobdiff - Makefile.in
Stabilize a few remaining stragglers
[rust.git] / Makefile.in
index a760155bbd91aeeee3a961599f7a7cf86c4b331a..e7ad2aec7be0af4be5390c40443f5f7c5262fcfa 100644 (file)
 #     make check-stage1-rpass TESTNAME=my-shiny-new-test
 #
 #     // Having trouble figuring out which test is failing? Turn off parallel tests
-#     make check-stage1-std RUST_TEST_TASKS=1
-#
-# This is hardly all there is to know of The Rust Build System's
-# mysteries. The tale continues on the wiki[1].
-#
-# [1]: https://github.com/rust-lang/rust/wiki/Note-testsuite
+#     make check-stage1-std RUST_TEST_THREADS=1
 #
 # If you really feel like getting your hands dirty, then:
 #