X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2FREADME.md;h=8dce9e79e16b88aeecae40e1b00219f0cfdb1448;hb=2a4b00beaa208388c2f140866674605aceab0fe9;hp=79c2eb31cdae07b3fca56104c8d9b806bfc87276;hpb=4b668a1feed45b3061fbf0d1d42fb1a695c0d4b3;p=rust.git diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md index 79c2eb31cda..8dce9e79e16 100644 --- a/src/bootstrap/README.md +++ b/src/bootstrap/README.md @@ -59,10 +59,10 @@ The script accepts commands, flags, and arguments to determine what to do: ./x.py test tidy # execute the UI test suite - ./x.py test src/test/ui + ./x.py test tests/ui # execute only some tests in the UI test suite - ./x.py test src/test/ui --test-args substring-of-test-name + ./x.py test tests/ui --test-args substring-of-test-name # execute tests in the standard library in stage0 ./x.py test --stage 0 library/std