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
@@ -270,15 +270,15 @@ do
270
Meta/Make $M $jobs -- hdr-check &&
271
272
# SANITIZE=address,undefined
273
- case "$dotest,$san" in
273
+ case "$dotest,$san,$with_sha256" in
274
'')
275
;;
276
- test,)
276
+ test,,)
277
section test
278
Meta/Make $M $noprove ${test+"$test"} $jobs $test_long $memtrash \
279
-- ${with_dash:+SHELL_PATH=/bin/dash} "$@" $dotest
280
;;
281
- *,t)
281
+ *,t,*)
282
section SANITIZE=address,undefined
283
SANITIZE=address,undefined Meta/Make $M $jobs test &&
284
Meta/Make >/dev/null distclean