From: Junio C Hamano Date: Fri, 11 Oct 2024 20:58:11 +0000 (-0700) Subject: Meta/round: omit 'test' from the default set; sha256 runs test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ab135b30351eec503a8e73f6f0f0a9ef5ca7b0;p=thirdparty%2Fgit.git Meta/round: omit 'test' from the default set; sha256 runs test --- diff --git a/round b/round 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=" "