Lines Matching refs:output
93 output="output.txt"
781 "./${run}" $run_args "$@" >"$output" 2>&1
786 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
788 sed -e 's/[[:cntrl:]]$//g' < "$output" >"${td_expected}"
799 cp "$build_output" "$output"
800 echo "build exit status: $build_exit" >>"$output"
801 diff --strip-trailing-cr -q "$expected" "$output" >/dev/null
808 find $tmp_dir -mindepth 1 ! -regex ".*/\(.*jar\|$output\|$expected\)" | xargs rm -rf
818 "./${run}" $run_args "$@" >"$output" 2>&1
827 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
840 cp "$build_output" "$output"
841 echo "Failed to build in tmpdir=${tmp_dir} from oldwd=${oldwd} and cwd=`pwd`" >> "$output"
842 echo "Non-canonical tmpdir was ${noncanonical_tmp_dir}" >> "$output"
843 echo "Args: ${args}" >> "$output"
844 echo "build exit status: $build_exit" >> "$output"
846 echo "Max filename (NAME_MAX): ${max_name_length}" >> "$output"
848 echo "Max pathlength (PATH_MAX): ${max_path_length}" >> "$output"
850 ./$check_cmd "$expected" "$output"
867 diff --strip-trailing-cr -u "$expected" "$output" | tail -n 3000