mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
disable temporary the http server test
This commit is contained in:
parent
13b2dee63e
commit
198b50b6ce
1 changed files with 5 additions and 5 deletions
10
test.sh
10
test.sh
|
@ -9,10 +9,10 @@ PROXY=tools/proxy
|
|||
for f in $FILES; do echo "check $f..."; $PROXY $f || exit 1; done
|
||||
|
||||
# test echo server at port 8000
|
||||
HERMIT_APP_PORT=8000 $PROXY usr/tests/server &
|
||||
sleep 10
|
||||
curl http://127.0.0.1:8000/help
|
||||
sleep 1
|
||||
#HERMIT_APP_PORT=8000 $PROXY usr/tests/server &
|
||||
#sleep 10
|
||||
#curl http://127.0.0.1:8000/help
|
||||
#sleep 1
|
||||
|
||||
# kill server
|
||||
kill $!
|
||||
#kill $!
|
||||
|
|
Loading…
Add table
Reference in a new issue