From ea194a9ed3ea0f9dc106c6f654be856b5ecbf9ba Mon Sep 17 00:00:00 2001 From: not klutzy Date: Mon, 31 Mar 2014 20:00:13 -0700 Subject: [PATCH] `make check-fast` on windows --- Note-getting-started-developing-Rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-getting-started-developing-Rust.md b/Note-getting-started-developing-Rust.md index bee6f68..a0cb4ec 100644 --- a/Note-getting-started-developing-Rust.md +++ b/Note-getting-started-developing-Rust.md @@ -191,7 +191,7 @@ make # this will definitely take a while if this is your first time, as it bu Optional steps: ~~~~bash -make check # run the test suite +make check # run the test suite; on windows, `make check` may not pass well. in any case, make check-fast` should work. (See also #4193) make install # install the compiler and associated tools ~~~~