[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] doc: minor fix
From: |
Bernhard Voelker |
Subject: |
Re: [PATCH] doc: minor fix |
Date: |
Tue, 7 Feb 2017 02:18:21 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 |
On 02/06/2017 01:26 PM, Maxime de Roucy wrote:
> make TEST=... -> make check TEST=...
> ---
> HACKING | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/HACKING b/HACKING
> index 07d82253a..a42e102ea 100644
> --- a/HACKING
> +++ b/HACKING
> @@ -444,7 +444,7 @@ as possible. If you add a new test file (as opposed to
> adding a test to
> an existing test file) add the new test file to 'tests/local.mk'.
> Note to run tests/misc/new-test in isolation you can do:
>
> - make TESTS=tests/misc/new-test SUBDIRS=. VERBOSE=yes
> + make check TESTS=tests/misc/new-test SUBDIRS=. VERBOSE=yes
>
> Variables that are significant for tests with their default values are:
>
>
Thanks, pushed with a slightly adapted commit message at:
http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=c0a7954
Have a nice day,
Berny