[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests: run expensive tests if RUN_VERY_EXPENSIVE_TESTS is 'y
From: |
Jim Meyering |
Subject: |
Re: [PATCH] tests: run expensive tests if RUN_VERY_EXPENSIVE_TESTS is 'yes' |
Date: |
Thu, 08 Mar 2012 11:59:08 +0100 |
Bernhard Voelker wrote:
> This patch helps in cases where a single, expensive test is run,
> but only the RUN_VERY_EXPENSIVE_TESTS variable is there - the test
> would be skipped. E.g.
>
>
> ~/git/coreutils/tests> make check RUN_VERY_EXPENSIVE_TESTS=yes
> TESTS=du/fd-leak
> ...
> fd-leak: skipped test: expensive: disabled by default
> SKIP: du/fd-leak
> ...
Hi Berny,
I deliberately chose to keep those categories separate.
That is why README-release suggests to set both variables.
If you want to run that test, you could just set RUN_EXPENSIVE_TESTS=yes.
If you want to change the meaning of RUN_VERY_EXPENSIVE_TESTS=yes so
that one does not also have to set RUN_EXPENSIVE_TESTS=yes to run all tests,
then please change it everywhere.