From 774e0a90af4e627fbeb8cb0ffd069a7329ecb1d9 Mon Sep 17 00:00:00 2001 From: Albert Esteve Date: Thu, 18 Jan 2024 17:12:38 +0100 Subject: [PATCH] README.md: refine test instructions Signed-off-by: Albert Esteve --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 774015c..e646d17 100644 --- a/README.md +++ b/README.md @@ -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