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.sh237 local -r abi_error_log="$3"
269 if [ -n "$abi_error_log" ]; then
271 "$0" "$*" "$(git rev-parse HEAD)" > "$abi_error_log"
285 if [ -n "$abi_error_log" ]; then
286 eprintf "Failure summary saved to %s\n" "$abi_error_log"
477 local abi_error_log="$3"
521 if ! check_uapi_files "$base_ref" "$past_ref" "$abi_error_log"; then
548 abi_error_log="$OPTARG"
570 run "$base_ref" "$past_ref" "$abi_error_log" "$@"