aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hutton <luke.hutton@arm.com>2023-02-09 15:08:25 +0000
committerLuke Hutton <luke.hutton@arm.com>2023-02-10 09:41:24 +0000
commitc1e25f5755997e65ac1a360ec1e875db06040d8d (patch)
tree9b220a8551b8bbad7ea43c7c51b51317b2b4e3f2
parentdd3e9aaa18ac3862b7ad44cd1d76017db1561d86 (diff)
downloadreference_model-c1e25f5755997e65ac1a360ec1e875db06040d8d.tar.gz
Fix unit test command in readme
"tosa_run_tests" -> "tosa_verif_run_tests" Signed-off-by: Luke Hutton <luke.hutton@arm.com> Change-Id: Iff8c4874af1dc3e203e1f49563cfa0fd1f373811
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e97d10..649246d 100644
--- a/README.md
+++ b/README.md
@@ -305,7 +305,7 @@ Finally you can choose the type of test to run - positive, negative or both
(default) -using the `test-type` option. To only run the positive tests:
```bash
-tosa_run_tests --test-type positive -t vtest/*/*
+tosa_verif_run_tests --test-type positive -t vtest/*/*
```
#### Verbosity