Lines Matching refs:OUTPUT_FILE
82 if [ ! -f "$OUTPUT_FILE" ]; then
87 if ! grep -q "${MSG}" "${OUTPUT_FILE}"; then
88 echo "FAIL: ${MSG} not found in ${OUTPUT_FILE}" >&2
89 cat "${OUTPUT_FILE}" >&2
95 if ! grep -q "cpu=${CPU}\+" "${OUTPUT_FILE}"; then
96 echo "FAIL: 'cpu=${CPU}' not found in ${OUTPUT_FILE}" >&2
97 cat "${OUTPUT_FILE}" >&2
101 if ! grep -q "taskname=${SENDER}" "${OUTPUT_FILE}"; then
102 echo "FAIL: 'taskname=echo' not found in ${OUTPUT_FILE}" >&2
103 cat "${OUTPUT_FILE}" >&2
107 rm "${OUTPUT_FILE}"
114 if [ ! -f "$OUTPUT_FILE" ]; then
119 if ! grep -q "release=${RELEASE}" "${OUTPUT_FILE}"; then
120 echo "FAIL: 'release=${RELEASE}' not found in ${OUTPUT_FILE}" >&2
121 cat "${OUTPUT_FILE}" >&2
129 if [ ! -f "$OUTPUT_FILE" ]; then
134 if ! grep -q "${MSG}" "${OUTPUT_FILE}"; then
135 echo "FAIL: ${MSG} not found in ${OUTPUT_FILE}" >&2
136 cat "${OUTPUT_FILE}" >&2
140 if grep -q "cpu=" "${OUTPUT_FILE}"; then
141 echo "FAIL: 'cpu= found in ${OUTPUT_FILE}" >&2
142 cat "${OUTPUT_FILE}" >&2
146 if grep -q "taskname=" "${OUTPUT_FILE}"; then
147 echo "FAIL: 'taskname= found in ${OUTPUT_FILE}" >&2
148 cat "${OUTPUT_FILE}" >&2
152 if grep -q "release=" "${OUTPUT_FILE}"; then
153 echo "FAIL: 'release= found in ${OUTPUT_FILE}" >&2
154 cat "${OUTPUT_FILE}" >&2
158 rm "${OUTPUT_FILE}"
166 listen_port_and_save_to "${OUTPUT_FILE}" &
172 busywait "${BUSYWAIT_TIMEOUT}" test -s "${OUTPUT_FILE}"
202 OUTPUT_FILE="/tmp/${TARGET}_1"
221 OUTPUT_FILE="/tmp/${TARGET}_2"
233 OUTPUT_FILE="/tmp/${TARGET}_3"