]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/README.md
Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obk
[rust.git] / src / bootstrap / README.md
index 79c2eb31cdae07b3fca56104c8d9b806bfc87276..8dce9e79e16b88aeecae40e1b00219f0cfdb1448 100644 (file)
@@ -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