Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/
Dcompat.sh766 echo "SERVERSTART TIMEOUT" >> $SRV_OUT
806 echo "$SERVER_CMD" > $SRV_OUT
808 while :; do echo bla; sleep 1; done | $SERVER_CMD >> $SRV_OUT 2>&1 &
819 wait $SRV_PID >> $SRV_OUT 2>&1
822 if is_mbedtls "$SERVER_CMD" && has_mem_err $SRV_OUT; then
829 rm -f $SRV_OUT
834 rm -f $SRV_OUT $CLI_OUT
884 cp $SRV_OUT c-srv-${TESTS}.log
1082 SRV_OUT="srv_out.$$"
Dssl-opt.sh826 $P_SRV server_addr='::1' > $SRV_OUT 2>&1 &
830 if grep "NET - Binding of the socket failed" $SRV_OUT >/dev/null; then
835 rm -r $SRV_OUT
967 mv $SRV_OUT o-srv-${TESTS}.log
1071 wait_app_start $1 $2 "SERVER" $SRV_OUT
1374 if grep "Performing the SSL/TLS handshake" $SRV_OUT >/dev/null; then :;
1413 …if grep -v '^==' $SRV_OUT | grep -v 'Serious error when reading debug info' | grep "$2" >/dev/null…
1427 …if grep -v '^==' $SRV_OUT | grep -v 'Serious error when reading debug info' | grep "$2" >/dev/null…
1452 …if [ $(grep -v '^==' $SRV_OUT | grep -v 'Serious error when reading debug info' | grep -A1 "$2" | …
1465 if ! $2 "$SRV_OUT"; then
[all …]