Meta/round: omit 'test' from the default set; sha256 runs test

todo
Junio C Hamano 2024-10-11 13:58:11 -07:00
parent bffa1f1ba8
commit a1ab135b30
1 changed files with 5 additions and 2 deletions

7
round
View File

@ -1,8 +1,11 @@
#!/bin/sh

# Give names of targets to use on the command line
# coccicheck and address,undefined are not enabled by default
default="sparse hdr-check sha256 leaks test check-docs doc"
# by default the following would *not* run
# coccicheck
# address,undefined
# test
default="sparse hdr-check check-docs sha256 leaks doc"
skip=" "
more=" "