From: Junio C Hamano Date: Mon, 12 May 2025 21:49:15 +0000 (-0700) Subject: Meta/Dothem: under --sha256 mode, skip tests with sha1 build X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aee4a91b58186693f436aaddbea6b8005c6b8b84;p=thirdparty%2Fgit.git Meta/Dothem: under --sha256 mode, skip tests with sha1 build --- diff --git a/Dothem b/Dothem index e59c492e68..1f597b90b9 100755 --- a/Dothem +++ b/Dothem @@ -270,15 +270,15 @@ do Meta/Make $M $jobs -- hdr-check && # SANITIZE=address,undefined - case "$dotest,$san" in + case "$dotest,$san,$with_sha256" in '') ;; - test,) + test,,) section test Meta/Make $M $noprove ${test+"$test"} $jobs $test_long $memtrash \ -- ${with_dash:+SHELL_PATH=/bin/dash} "$@" $dotest ;; - *,t) + *,t,*) section SANITIZE=address,undefined SANITIZE=address,undefined Meta/Make $M $jobs test && Meta/Make >/dev/null distclean