From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id CC3BA1F4B4 for ; Fri, 16 Oct 2020 19:29:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2411031AbgJPT3B (ORCPT ); Fri, 16 Oct 2020 15:29:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44336 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2408086AbgJPT27 (ORCPT ); Fri, 16 Oct 2020 15:28:59 -0400 Received: from mail-wr1-x444.google.com (mail-wr1-x444.google.com [IPv6:2a00:1450:4864:20::444]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0A62C061755 for ; Fri, 16 Oct 2020 12:28:59 -0700 (PDT) Received: by mail-wr1-x444.google.com with SMTP id e17so4188711wru.12 for ; Fri, 16 Oct 2020 12:28:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=ow+/NiC5LPtUcWqbRrL35jbgCSi7RxYdbnk1PlDpvqU=; b=CVxosDJCVD2J7ojF/ty9eRgt0nNjSF72vIFP0EAnO4OmgPay9FGEWBIThyQ3gKx+9A /ToTn0g769R+AUhChNQBVX3P5/99ZxRvLKYuavbgMEAF8BipLo+Ho19XTMziXUjwCGji MEAvUUO9bG6h0jP+OZW2DhXvSggfGTgsOjdy56ZarEsvoyRMKR+iz3FKnNr7rYojiqNN BP8hesDbKfrGxzeaWQaLyC04Of9Pc6KsGA8yk7gvOzMlORJiSw39iu+n7ih3rvQf8ctv u4NjIW9dJo3sOrm8WK/l/yY0F9Pc6xUELHS7ev6v6+rWUVZtyIabQe/nzsZB5v+PIxSy E7vQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=ow+/NiC5LPtUcWqbRrL35jbgCSi7RxYdbnk1PlDpvqU=; b=G0GpMYXlC3iopEkVX6iR14PV54N/X3A/r6W/zFKDM3o6NdUZgIkk6jq6Y1pE+yVUI4 sjDuo8h4/g2YcEdeB4G6MXLG3ccs72unR6htopTX0dsQ1inyYQCx/y9V7PsdJCGSmNWg IQOs9EaRGBrywEWX85uJNWri1HwacBb3DjiL6tzV4BDa7tRVqzl9Kr/B75AOrJRIavmb 0IHQ5bxQ76nlDdVSo+s96Kj0dbYqevuJRgbmx1tsxJNWIvC/PPaSDB6EQsS0BHXLaBGD ygcmTGMXn8uQsvAtXlAxvMwzDXdwBM0YJi1wq/ytGxZQJR0TVOtPrsMbXwCmyZ+BEmS5 KiQw== X-Gm-Message-State: AOAM533Ix0x+9cdGbu0AhsawiXSW/FTh80BSXamMeH22CwUyaFWGa9Lb Wk+Ec4hFURo5aesUO/vaIk7n3UeTqns= X-Google-Smtp-Source: ABdhPJyoF9B3N7UmyuL0ZZe9+vtsShbgjwWDjsHqr+T9SHC0QTt/UlCLRhaRD1XLTjC7d9pmT4/G2g== X-Received: by 2002:adf:fa01:: with SMTP id m1mr6051048wrr.220.1602876538255; Fri, 16 Oct 2020 12:28:58 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id v9sm3650199wmh.23.2020.10.16.12.28.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Oct 2020 12:28:57 -0700 (PDT) Message-Id: <0e1a1125f7ffc4d97e470474c2c3ee05a25efdeb.1602876532.git.gitgitgadget@gmail.com> In-Reply-To: References: From: "Elijah Newren via GitGitGadget" Date: Fri, 16 Oct 2020 19:28:52 +0000 Subject: [PATCH v4 3/3] test-lib: reduce verbosity of skipped tests Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: Phillip Wood , Taylor Blau , Elijah Newren , Jeff King , Junio C Hamano , Johannes Schindelin , Elijah Newren , Elijah Newren Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Elijah Newren When using the --run flag to run just two or three tests from a test file which contains several dozen tests, having every skipped test print out dozens of lines of output for the test code for that skipped test (in addition to the TAP output line) adds up to hundreds or thousands of lines of irrelevant output that make it very hard to fish out the relevant results you were looking for. Simplify the output for skipped tests to remove this extra output, leaving only the TAP output line (i.e. the line reading "ok # skip ", which already mentions that the test was "skip"ped). Signed-off-by: Elijah Newren --- t/test-lib.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/t/test-lib.sh b/t/test-lib.sh index a040d54a76..3f8c404335 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -1062,7 +1062,6 @@ test_skip () { " " fi - say_color skip >&3 "skipping test: $@" say_color skip "ok $test_count # skip $1 ($skipped_reason)" : true ;; -- gitgitgadget