We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a09b06 commit 22b096bCopy full SHA for 22b096b
src/tests/running.md
@@ -68,19 +68,19 @@ Likewise, you can test a single file by passing its path:
68
### Run tests on the standard library
69
70
```bash
71
-./x.py test library/std
+./x.py test --stage 0 library/std
72
```
73
74
### Run the tidy script and tests on the standard library
75
76
77
-./x.py test tidy library/std
+./x.py test --stage 0 tidy library/std
78
79
80
### Run tests on the standard library using a stage 1 compiler
81
82
83
-> ./x.py test library/std
+./x.py test library/std
84
85
86
By listing which test suites you want to run you avoid having to run
0 commit comments