Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/
Dcompat.sh715 echo "SERVERSTART TIMEOUT" >> $SRV_OUT
755 echo "$SERVER_CMD" > $SRV_OUT
757 while :; do echo bla; sleep 1; done | $SERVER_CMD >> $SRV_OUT 2>&1 &
768 wait $SRV_PID >> $SRV_OUT 2>&1
771 if is_mbedtls "$SERVER_CMD" && has_mem_err $SRV_OUT; then
778 rm -f $SRV_OUT
783 rm -f $SRV_OUT $CLI_OUT
922 cp $SRV_OUT c-srv-${TESTS}.log
993 SRV_OUT="srv_out.$$"
Dssl-opt.sh740 $P_SRV server_addr='::1' > $SRV_OUT 2>&1 &
744 if grep "NET - Binding of the socket failed" $SRV_OUT >/dev/null; then
749 rm -r $SRV_OUT
879 mv $SRV_OUT o-srv-${TESTS}.log
983 wait_app_start $1 $2 "SERVER" $SRV_OUT
1264 if grep "Performing the SSL/TLS handshake" $SRV_OUT >/dev/null; then :;
1303 …if grep -v '^==' $SRV_OUT | grep -v 'Serious error when reading debug info' | grep "$2" >/dev/null…
1317 …if grep -v '^==' $SRV_OUT | grep -v 'Serious error when reading debug info' | grep "$2" >/dev/null…
1342 …if [ $(grep -v '^==' $SRV_OUT | grep -v 'Serious error when reading debug info' | grep -A1 "$2" | …
1355 if ! $2 "$SRV_OUT"; then
[all …]