1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/uclient.sh
2015-01-23 17:24:36 +01:00

23 lines
400 B
Bash
Executable File

#!/bin/sh
. ../.function
rm -f uclient.log \
out/uclient.out err/uclient.err \
trace.*uclient*.[0-9]* object.*uclient*.[0-9]*
#./PIAZZE.sh
./nocat.sh
UTRACE="0 10M 0"
UOBJDUMP="0 100k 10"
#USIMERR="error.sim"
export UTRACE UOBJDUMP USIMERR
DIR_CMD="../../examples/uclient"
#STRACE=$TRUSS
start_prg uclient -i -c uclient.cfg http://10.30.1.131:5280/check
killall userver_tcp userver_ssl