Skip to content

Commit

Permalink
[ci-skip]Document how to run an individual bootstrap test
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor authored and peterzhu2118 committed Jul 27, 2022
1 parent 64c8291 commit 70a9328
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/contributing/testing_ruby.md
Expand Up @@ -20,6 +20,12 @@ We can run any of the make scripts [in parallel](building_ruby.md#label-Running+
make btest OPTS=-v
```

To run an individual bootstrap test, we can set the filename in the environment variable `BTESTS`:

```
make btest BTESTS=bootstraptest/test_gc.rb
```

If we want to run the bootstrap test suite on Ruby (not Miniruby), we can use:

```
Expand Down

0 comments on commit 70a9328

Please sign in to comment.