X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fflags.rs;h=52c3dc0bf7591b6a03ea000519151e8fe2d76e7a;hb=c44c60cabac817b18bff07baf0f01169b326d06c;hp=2c6d201d18fbeacc697c03f990d8770d04bfa8ff;hpb=08653c8c57dd7446088aa5c74112189a37140075;p=rust.git diff --git a/src/bootstrap/flags.rs b/src/bootstrap/flags.rs index 2c6d201d18f..52c3dc0bf75 100644 --- a/src/bootstrap/flags.rs +++ b/src/bootstrap/flags.rs @@ -487,13 +487,13 @@ pub fn parse(args: &[String]) -> Flags { This subcommand accepts a number of paths to test directories that should be compiled and run. For example: - ./x.py test src/test/ui + ./x.py test tests/ui ./x.py test library/std --test-args hash_map ./x.py test library/std --stage 0 --no-doc - ./x.py test src/test/ui --bless - ./x.py test src/test/ui --compare-mode chalk + ./x.py test tests/ui --bless + ./x.py test tests/ui --compare-mode chalk - Note that `test src/test/* --stage N` does NOT depend on `build compiler/rustc --stage N`; + Note that `test tests/* --stage N` does NOT depend on `build compiler/rustc --stage N`; just like `build library/std --stage N` it tests the compiler produced by the previous stage.