We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7878a9 commit aee4a91Copy full SHA for aee4a91
Dothem
@@ -270,15 +270,15 @@ do
270
Meta/Make $M $jobs -- hdr-check &&
271
272
# SANITIZE=address,undefined
273
- case "$dotest,$san" in
+ case "$dotest,$san,$with_sha256" in
274
'')
275
;;
276
- test,)
+ 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)
+ *,t,*)
282
section SANITIZE=address,undefined
283
SANITIZE=address,undefined Meta/Make $M $jobs test &&
284
Meta/Make >/dev/null distclean
0 commit comments