mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add debug messages
This commit is contained in:
parent
7645656693
commit
23f04d895c
1 changed files with 2 additions and 0 deletions
2
tests.sh
2
tests.sh
|
@ -9,6 +9,8 @@ PROXY=build/local_prefix/work/hermit/bin/proxy
|
|||
|
||||
#for f in $FILES; do echo "check $f..."; HERMIT_ISLE=qemu HERMIT_CPUS=1 HERMIT_VERBOSE=1 timeout --kill-after=5m 5m $PROXY $f || exit 1; done
|
||||
|
||||
pwd
|
||||
ls -la $TDIR
|
||||
# test echo server at port 8000
|
||||
HERMIT_ISLE=qemu HERMIT_CPUS=1 HERMIT_VERBOSE=1 HERMIT_APP_PORT=8000 $PROXY $TDIR/tests/server &
|
||||
sleep 10
|
||||
|
|
Loading…
Add table
Reference in a new issue