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