From 198b50b6ceef2a1bc1c69bc1327a22750c20937b Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 27 Nov 2016 01:02:25 +0100 Subject: [PATCH] disable temporary the http server test --- test.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test.sh b/test.sh index beabc67f4..4409b3da7 100644 --- a/test.sh +++ b/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 $!