From: Junio C Hamano Date: Mon, 24 Jan 2022 18:32:50 +0000 (-0800) Subject: Meta/Dothem: run hdr-check locally X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d786c64cd65e891e14a19cd267b7e36056be0cbf;p=thirdparty%2Fgit.git Meta/Dothem: run hdr-check locally --- diff --git a/Dothem b/Dothem index 82cca97a96..f5440f9da8 100755 --- a/Dothem +++ b/Dothem @@ -209,6 +209,8 @@ do Meta/Make $M $jobs -- SPARSE_FLAGS=-Wsparse-error sparse && + Meta/Make $M $jobs -- hdr-check && + Meta/Make $M $noprove ${test+"$test"} $jobs $test_long $memtrash \ -- ${with_dash:+SHELL_PATH=/bin/dash} "$@" $dotest &&