Lines Matching refs:SRV_OUT
826 $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
1352 # * $CLI_OUT, $SRV_OUT, $PXY_OUT: files containing client/server/proxy logs
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; then :; else
1427 if grep -v '^==' $SRV_OUT | grep -v 'Serious error when reading debug info' | grep "$2" >/dev/null; then
1452 if [ $(grep -v '^==' $SRV_OUT | grep -v 'Serious error when reading debug info' | grep -A1 "$2" | grep -v "$2" | sort | uniq -d | wc -l) -gt 1 ]; then
1465 if ! $2 "$SRV_OUT"; then
1477 if ! eval "$2 '$SRV_OUT' '$CLI_OUT'"; then
1492 if is_polar "$SRV_CMD" && has_mem_err $SRV_OUT; then
1512 # * $CLI_OUT, $SRV_OUT, $PXY_OUT: files to contain client/server/proxy logs
1527 printf '# %s\n%s\n' "$NAME" "$SRV_CMD" > $SRV_OUT
1528 provide_input | $SRV_CMD >> $SRV_OUT 2>&1 &
1545 # To remove it from stdout, redirect stdout/stderr to SRV_OUT
1546 wait $SRV_PID >> $SRV_OUT 2>&1
1725 mv $SRV_OUT o-srv-${TESTS}.log
1732 rm -f $SRV_OUT $CLI_OUT $PXY_OUT
1826 rm -f $CLI_OUT $SRV_OUT $PXY_OUT $SESSION
2012 SRV_OUT="srv_out.$$"