readme: update arvo test command

This commit is contained in:
fang 2020-09-28 17:52:02 +02:00 committed by GitHub
parent 524dd2269f
commit 6d843bfe5a
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` in dojo. `+test /some/path` would only run all tests in `/tests/some/path`.
To run all tests in `/tests`, run `-test %/tests` in dojo. `-test %/tests/some/path` would only run all tests in `/tests/some/path`.
## Maintainers