1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Explain how to run an individual btest in help

This commit is contained in:
Takashi Kokubun 2019-09-03 01:25:58 +09:00
parent 6c3ab99eae
commit e13da00824
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -1505,7 +1505,7 @@ help: PHONY
" gdb: runs test.rb by miniruby under gdb" \
" gdb-ruby: runs test.rb by ruby under gdb" \
" check: equals make test test-tool test-all test-spec" \
" test: ruby core tests" \
" test: ruby core tests [BTESTS=<bootstraptest files>]" \
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \
" test-spec: run the Ruby spec suite [SPECOPTS=<specs, opts>]" \
" test-bundler: run the Bundler spec" \