Lines Matching refs:STD_OUT
34 $TC $@ 2> $STD_ERR > $STD_OUT
41 if [ -s $STD_OUT ]; then
43 ts_err_cat $STD_OUT
45 elif [ -s $STD_OUT ]; then
47 cat $STD_OUT
58 $IP $@ 2> $STD_ERR > $STD_OUT
66 if [ -s $STD_OUT ]; then
68 ts_err_cat $STD_OUT
70 elif [ -s $STD_OUT ]; then
72 cat $STD_OUT
107 if cat "$STD_OUT" | grep -qE "$1"
118 if cat "$STD_OUT" | grep -vqE "$1"
129 if cat "$STD_OUT" | wc -l | grep -q "$1"