mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
fix syntax error
This commit is contained in:
parent
e9ace8ecdc
commit
1041ee7ab0
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -6,7 +6,7 @@
|
|||
FILES="usr/tests/hello usr/tests/hellof usr/tests/hello++ usr/tests/thr_hello usr/tests/pi usr/benchmarks/stream usr/benchmarks/basic"
|
||||
PROXY=/opt/hermit/bin/proxy
|
||||
|
||||
for f in $FILES; do echo "check $f..."; timeout -k 180s $PROXY $f || exit 1; done
|
||||
for f in $FILES; do echo "check $f..."; timeout --kill-after=3m 3m $PROXY $f || exit 1; done
|
||||
|
||||
# test echo server at port 8000
|
||||
#HERMIT_APP_PORT=8000 $PROXY usr/tests/server &
|
||||
|
|
Loading…
Add table
Reference in a new issue