From c1e25f5755997e65ac1a360ec1e875db06040d8d Mon Sep 17 00:00:00 2001 From: Luke Hutton Date: Thu, 9 Feb 2023 15:08:25 +0000 Subject: Fix unit test command in readme "tosa_run_tests" -> "tosa_verif_run_tests" Signed-off-by: Luke Hutton Change-Id: Iff8c4874af1dc3e203e1f49563cfa0fd1f373811 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1