Skip to content

Commit bc0d1d7

Browse files
committed
Show that we normally run minittest-excludes to only show what we pass
1 parent d7ecebc commit bc0d1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ from MRI's tests (under test/mri), use one of the following commands:
125125
The MRI suite (under `test/mri`) has a runner script in `test/mri/runner.rb` that sets up
126126
an appropriate test environment. Many of the MRI tests will need to be run via this script.
127127
```
128-
jruby test/mri/runner.rb test/mri/<path to test>
128+
jruby -r ./test/mri_test_env.rb test/mri/runner.rb test/mri/<path to test>
129129
```
130130

131-
You can pass `-v` to the runner for verbose output or `-n test_method_name` to only run a single test method.
131+
You can pass `-v` to the runner for verbose output or `-n test_method_name` to only run a single test method. If you are interested in all failures you can exlude the -r option (of mri_test_env.rb). Some excluded tests are inherent limitations of JRuby and some are just problems we have not gotten to yet.
132132

133133
#### Run a test file with known-failing tests excluded
134134

0 commit comments

Comments
 (0)