Skip to content

Commit

Permalink
README.md: refine test instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Esteve <aesteve@redhat.com>
  • Loading branch information
aesteve-rh committed Jan 19, 2024
1 parent 592973d commit 774e0a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ automatically at build time.
## Testing

Test assumes there is a running AAOS VM. Again, make sure you also have ADB installed.
Also, tests may interfere when run in parallel. To avoid false negatives, make
sure you force a single thread.

```shell
$ ADB_PATH=/path/to/adb/bin cargo test
$ ADB_PATH=/path/to/adb/bin cargo test --lib -- --test-threads=1
```

## Regenerating vhal constants
Expand Down

0 comments on commit 774e0a9

Please sign in to comment.