@leroysheep / CrazyWebTemps / commits / aee4a91b58

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

Junio C Hamano committed May 12, 2025 at 14:49 UTC aee4a91b58186693f436aaddbea6b8005c6b8b84
1 file changed +3 -3
Dothem
+3 -3
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