readme: improve clarity of phrasing around testing

This commit is contained in:
fang 2020-09-28 18:49:37 +02:00 committed by GitHub
parent 6d843bfe5a
commit f84c651adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ To boot a fake ship with a custom pill, use the `-B` flag:
urbit -F zod -A /path/to/arvo -B /path/to.pill -c fakezod
```
To run all tests in `/tests`, run `-test %/tests` in dojo. `-test %/tests/some/path` would only run all tests in `/tests/some/path`.
To run all tests in `/tests`, run `-test %/tests` in dojo. To run only the tests in `/tests/some/path`, use `-test %/tests/some/path`.
## Maintainers