From 2d886b02d138eb512224aaed14164b2d68bbe62b Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 12 Dec 2023 17:05:13 -0800 Subject: [PATCH] Meta/round: test with sha256, too --- round | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" ;; -- 2.47.3