From aee4a91b58186693f436aaddbea6b8005c6b8b84 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 12 May 2025 14:49:15 -0700 Subject: [PATCH] Meta/Dothem: under --sha256 mode, skip tests with sha1 build --- Dothem | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3