Change TESTOPS to TESTOPTS

This commit is contained in:
Allison Cretel 2025-07-18 11:46:56 -04:00 committed by Peter Zhu
parent 7bb48f87f3
commit 02aee1b724

View file

@ -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/"
```