mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Change TESTOPS
to TESTOPTS
This commit is contained in:
parent
7bb48f87f3
commit
02aee1b724
1 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@ bundle exec rake test TEST="test/test_foo.rb"
|
|||
To run a single test case:
|
||||
|
||||
```shell
|
||||
bundle exec rake test TEST="test/test_foo.rb" TESTOPS="--name=/test_mytest/"
|
||||
bundle exec rake test TEST="test/test_foo.rb" TESTOPTS="--name=/test_mytest/"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue