From a1ab135b30351eec503a8e73f6f0f0a9ef5ca7b0 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 11 Oct 2024 13:58:11 -0700 Subject: [PATCH] Meta/round: omit 'test' from the default set; sha256 runs test --- round | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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=" " -- 2.47.3