File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -160,18 +160,19 @@ Usage:
160
160
161
161
```
162
162
run.rb [--help] [--slow] [SET_NUMBER]
163
- SET_NUMBER : the number of the test to run, from 1 to 6
164
- --slow : run slow tests , may take hours
163
+ SET_NUMBER : the number of the hacks set to run, from 1 to 6
164
+ --slow : run slow hacks , may take hours
165
165
--help : show help message
166
166
```
167
167
168
168
Examples:
169
169
``` bash
170
- bundle exec run.rb # run all tests, except the slow ones
171
- bundle exec run.rb --slow 2 # run all Set#2 tests including the slow ones
172
- ```
170
+ bundle exec run.rb # run all hacks, except the slow ones
171
+ bundle exec run.rb --slow # run all hacks, including the slow ones
173
172
174
- ![ Alt text] ( data/screen.png )
173
+ bundle exec run.rb 6 # run all Set#6 hacks, except the slow ones
174
+ bundle exec run.rb --slow 2 # run all Set#2 hacks, including the slow ones
175
+ ```
175
176
176
177
## License?
177
178
You can’t perform that action at this time.
0 commit comments