[ci-skip]Document how to run an individual bootstrap test

This commit is contained in:
Matt Valentine-House 2022-07-27 13:18:25 +01:00 коммит произвёл Peter Zhu
Родитель 64c8291c7e
Коммит 70a9328b79
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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:
```