Meta/Dothem: under --sha256 mode, skip tests with sha1 build

This commit is contained in:
Junio C Hamano
2025-05-12 14:49:15 -07:00
parent c7878a9fa5
commit aee4a91b58

6
Dothem
View File

@@ -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