This website requires JavaScript.
Explore
Help
Sign In
millaguie
/
llama.cpp
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
31
Packages
Projects
Releases
Wiki
Activity
Files
c9b00a70b080d5c0668608024afc3e0e2fed822f
llama.cpp
/
examples
/
server
/
tests
/
tests.sh
T
11 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
server: init functional tests (
#5566
)
2024-02-24 12:28:55 +01:00
#!/bin/bash
set
-eu
if
[
$#
-lt
1
]
then
server : replace behave with pytest (
#10416
)
2024-11-26 16:20:18 +01:00
pytest -v -x
server: init functional tests (
#5566
)
2024-02-24 12:28:55 +01:00
else
server : replace behave with pytest (
#10416
)
2024-11-26 16:20:18 +01:00
pytest
"
$@
"
server: init functional tests (
#5566
)
2024-02-24 12:28:55 +01:00
fi
Reference in New Issue
Copy Permalink