Skip to content

Commit 1b6650e

Browse files
committed
Update README, use 'hacks' instead of 'tests', remove the example picture.
1 parent 2560c24 commit 1b6650e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,18 +160,19 @@ Usage:
160160

161161
```
162162
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
165165
--help : show help message
166166
```
167167

168168
Examples:
169169
```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
173172

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+
```
175176

176177
## License?
177178

data/screen.png

-85.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)