Meta/round: omit 'test' from the default set; sha256 runs test
Junio C Hamano committed
Oct 11, 2024 at 13:58 UTC
a1ab135b30351eec503a8e73f6f0f0a9ef5ca7b0
1 file changed
+5
-2
round
+5
-2
@@ -1,8 +1,11 @@
1
#!/bin/sh
2
3
# 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"
9
skip=" "
10
more=" "
11