]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/round: omit 'test' from the default set; sha256 runs test
authorJunio C Hamano <gitster@pobox.com>
Fri, 11 Oct 2024 20:58:11 +0000 (13:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Oct 2024 20:58:11 +0000 (13:58 -0700)
round

diff --git a/round b/round
index 56e0154f841abe39c100ec5845d24e1142568d03..187767f3a7b29c5d67989c1243def33f7f789a4a 100755 (executable)
--- 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=" "