Lines Matching refs:output
127 output="output.txt"
992 "./${run}" "${run_args[@]}" "$@" >"$output" 2>&1
997 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
999 sed -e 's/[[:cntrl:]]$//g' < "$output" >"${td_expected}"
1010 cp "$build_output" "$output"
1011 echo "build exit status: $build_exit" >>"$output"
1012 diff --strip-trailing-cr -q "$expected" "$output" >/dev/null
1019 find $tmp_dir -mindepth 1 ! -regex ".*/\(.*jar\|$output\|$expected\)" | xargs rm -rf
1026 "./${run}" "${run_args[@]}" "$@" >"$output" 2>&1
1035 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
1048 cp "$build_output" "$output"
1049 echo "Failed to build in tmpdir=${tmp_dir} from oldwd=${oldwd} and cwd=`pwd`" >> "$output"
1050 echo "Non-canonical tmpdir was ${noncanonical_tmp_dir}" >> "$output"
1051 echo "Args: ${args}" >> "$output"
1052 echo "build exit status: $build_exit" >> "$output"
1054 echo "Max filename (NAME_MAX): ${max_name_length}" >> "$output"
1056 echo "Max pathlength (PATH_MAX): ${max_path_length}" >> "$output"
1058 ./$check_cmd "$expected" "$output"
1077 diff --strip-trailing-cr -u "$expected" "$output"
1079 diff --strip-trailing-cr -u "$expected" "$output" | tail -n 10000
1090 …echo "ABI: 'x86_64'" | cat - "$output" | $ANDROID_BUILD_TOP/development/scripts/stack | tail -n 30…
1126 --expected-output="$cwd/expected.txt" \