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
index 56e0154f84..187767f3a7 100755
--- a/round
+++ b/round
@@ -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=" "