Home
last modified time | relevance | path

Searched refs:abi_error_log (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dcheck-uapi.sh242 local -r abi_error_log="$3"
274 if [ -n "$abi_error_log" ]; then
276 "$0" "$*" "$(git rev-parse HEAD)" > "$abi_error_log"
283 } | tee -a "${abi_error_log:-/dev/null}" >&2
290 if [ -n "$abi_error_log" ]; then
291 eprintf "Failure summary saved to %s\n" "$abi_error_log"
482 local abi_error_log="$3"
526 if ! check_uapi_files "$base_ref" "$past_ref" "$abi_error_log"; then
553 abi_error_log="$OPTARG"
575 run "$base_ref" "$past_ref" "$abi_error_log" "
[all...]