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-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id BC5661F463; Thu, 19 Dec 2019 04:03:27 +0000 (UTC) Date: Thu, 19 Dec 2019 04:03:27 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH 6/6] t/run.perl: to avoid repeated process spawning for *.t Message-ID: <20191219040327.GB23827@dcvr> References: <20191218033645.5037-1-e@80x24.org> <20191218033645.5037-7-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191218033645.5037-7-e@80x24.org> List-Id: Eric Wong wrote: > +# *.t files run by this shouldnot rely on global state. s/shouldnot/should not/ diff --git a/t/run.perl b/t/run.perl index 15d1f7e0..9f987a6f 100755 --- a/t/run.perl +++ b/t/run.perl @@ -6,7 +6,7 @@ # to give a nice speedup over prove(1). It also generates per-test # .log files (similar to automake tests). # -# *.t files run by this shouldnot rely on global state. +# *.t files run by this should not rely on global state. # # Usage: $PERL -I lib -w t/run.perl -j4 # Or via prove(1): prove -lvw t/run.perl :: -j4