Skip to content

Commit aee4a91

Browse files
committed
Meta/Dothem: under --sha256 mode, skip tests with sha1 build
1 parent c7878a9 commit aee4a91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dothem

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,15 +270,15 @@ do
270270
Meta/Make $M $jobs -- hdr-check &&
271271

272272
# SANITIZE=address,undefined
273-
case "$dotest,$san" in
273+
case "$dotest,$san,$with_sha256" in
274274
'')
275275
;;
276-
test,)
276+
test,,)
277277
section test
278278
Meta/Make $M $noprove ${test+"$test"} $jobs $test_long $memtrash \
279279
-- ${with_dash:+SHELL_PATH=/bin/dash} "$@" $dotest
280280
;;
281-
*,t)
281+
*,t,*)
282282
section SANITIZE=address,undefined
283283
SANITIZE=address,undefined Meta/Make $M $jobs test &&
284284
Meta/Make >/dev/null distclean

0 commit comments

Comments
 (0)