diff options
Diffstat (limited to 'examples/server/tests/tests.sh')
-rwxr-xr-x | examples/server/tests/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/tests/tests.sh b/examples/server/tests/tests.sh index 17a4e6fc..1c6c5695 100755 --- a/examples/server/tests/tests.sh +++ b/examples/server/tests/tests.sh @@ -5,7 +5,7 @@ set -eu if [ $# -lt 1 ] then # Start @llama.cpp scenario - behave --summary --stop --no-capture --exclude 'issues|wrong_usages' --tags llama.cpp + behave --summary --stop --no-capture --exclude 'issues|wrong_usages|passkey' --tags llama.cpp else behave "$@" fi |