summaryrefslogtreecommitdiff
path: root/examples/server/tests/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/server/tests/README.md')
-rw-r--r--examples/server/tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/tests/README.md b/examples/server/tests/README.md
index 95a0353b..feb2b1d6 100644
--- a/examples/server/tests/README.md
+++ b/examples/server/tests/README.md
@@ -57,7 +57,7 @@ Feature or Scenario must be annotated with `@llama.cpp` to be included in the de
To run a scenario annotated with `@bug`, start:
```shell
-DEBUG=ON ./tests.sh --no-skipped --tags bug
+DEBUG=ON ./tests.sh --no-skipped --tags bug --stop
```
After changing logic in `steps.py`, ensure that `@bug` and `@wrong_usage` scenario are updated.