Home
last modified time | relevance | path

Searched refs:SRV_OUT (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/tests/
Dcompat.sh799 echo "SERVERSTART TIMEOUT" >> $SRV_OUT
839 echo "$SERVER_CMD" > $SRV_OUT
841 while :; do echo bla; sleep 1; done | $SERVER_CMD >> $SRV_OUT 2>&1 &
852 wait $SRV_PID >> $SRV_OUT 2>&1
855 if is_mbedtls "$SERVER_CMD" && has_mem_err $SRV_OUT; then
862 rm -f $SRV_OUT
867 rm -f $SRV_OUT $CLI_OUT
917 cp $SRV_OUT c-srv-${TESTS}.log
1109 SRV_OUT="srv_out.$$"
Dssl-opt.sh871 $P_SRV server_addr='::1' > $SRV_OUT 2>&1 &
875 if grep "NET - Binding of the socket failed" $SRV_OUT >/dev/null; then
880 rm -r $SRV_OUT
1012 mv $SRV_OUT o-srv-${TESTS}.log
1116 wait_app_start $1 $2 "SERVER" $SRV_OUT
1419 if grep "Performing the SSL/TLS handshake" $SRV_OUT >/dev/null; then :;
1458 …if grep -v '^==' $SRV_OUT | grep -v 'Serious error when reading debug info' | grep "$2" >/dev/null…
1472 …if grep -v '^==' $SRV_OUT | grep -v 'Serious error when reading debug info' | grep "$2" >/dev/null…
1497 …if [ $(grep -v '^==' $SRV_OUT | grep -v 'Serious error when reading debug info' | grep -A1 "$2" | …
1510 if ! $2 "$SRV_OUT"; then
[all …]