This website requires JavaScript.
Explore
Help
Sign In
millaguie
/
llama.cpp
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
28
Packages
Projects
Releases
Wiki
Activity
Files
f0678c5ff4cb8873d6ff48801475ff270db656fa
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