Lines Matching refs:output
59 output="output.txt"
251 "./${run}" $run_args "$@" >"$output" 2>&1
252 sed -e 's/[[:cntrl:]]$//g' < "$output" >"${td_expected}"
263 cp "$build_output" "$output"
264 echo "build exit status: $build_exit" >>"$output"
265 diff --strip-trailing-cr -q "$expected" "$output" >/dev/null
279 "./${run}" $run_args "$@" >"$output" 2>&1
281 cp "$build_output" "$output"
282 echo "build exit status: $build_exit" >>"$output"
284 diff --strip-trailing-cr -q "$expected" "$output" >/dev/null
310 diff --strip-trailing-cr -u "$expected" "$output"