Skip to content

Commit a1ab135

Browse files
committed
Meta/round: omit 'test' from the default set; sha256 runs test
1 parent bffa1f1 commit a1ab135

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

round

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
#!/bin/sh
22

33
# Give names of targets to use on the command line
4-
# coccicheck and address,undefined are not enabled by default
5-
default="sparse hdr-check sha256 leaks test check-docs doc"
4+
# by default the following would *not* run
5+
# coccicheck
6+
# address,undefined
7+
# test
8+
default="sparse hdr-check check-docs sha256 leaks doc"
69
skip=" "
710
more=" "
811

0 commit comments

Comments
 (0)