From: Junio C Hamano Date: Wed, 13 Dec 2023 01:05:13 +0000 (-0800) Subject: Meta/round: test with sha256, too X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d886b02d138eb512224aaed14164b2d68bbe62b;p=thirdparty%2Fgit.git Meta/round: test with sha256, too --- diff --git a/round b/round index 0cd08c4daf..ed55bc5246 100755 --- a/round +++ b/round @@ -2,7 +2,7 @@ # Give names of targets to use on the command line # coccicheck is not enabled by default -default="sparse hdr-check leaks address,undefined test check-docs doc" +default="sparse hdr-check sha256 leaks address,undefined test check-docs doc" skip=" " more=" " @@ -44,6 +44,9 @@ do Meta/Make -j16 -- NO_REGEX=NoThanks clean >/dev/null 2>&1 && rm -f compat/regex/regex.o ;; + sha256) + GIT_TEST_DEFAULT_HASH=sha256 Meta/Make -j16 test + ;; *) Meta/Make -j16 "$t" ;;