coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] maint: avoid duplicate test runs


From: Pádraig Brady
Subject: Re: [PATCH] maint: avoid duplicate test runs
Date: Sun, 18 Oct 2015 15:24:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 18/10/15 11:47, Bernhard Voelker wrote:
> * tests/local.mk (all_tests): Remove the tests 'tests/id/setgid.sh' and
> 'tests/mkdir/smack-root.sh' because they are mentioned in the
> 'all_root_tests' list; these tests are skipped anyway during a non-root
> run because flagged with 'require_root_'.
> ---
>  tests/local.mk | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/tests/local.mk b/tests/local.mk
> index 7df04da..0471f5e 100644
> --- a/tests/local.mk
> +++ b/tests/local.mk
> @@ -536,7 +536,6 @@ all_tests =                                       \
>    tests/id/no-context.sh                     \
>    tests/id/context.sh                                \
>    tests/id/uid.sh                            \
> -  tests/id/setgid.sh                         \
>    tests/id/zero.sh                           \
>    tests/id/smack.sh                          \
>    tests/install/basic-1.sh                   \
> @@ -600,7 +599,6 @@ all_tests =                                       \
>    tests/mkdir/special-1.sh                   \
>    tests/mkdir/t-slash.sh                     \
>    tests/mkdir/smack-no-root.sh                       \
> -  tests/mkdir/smack-root.sh                  \
>    tests/mv/acl.sh                            \
>    tests/mv/atomic.sh                         \
>    tests/mv/atomic2.sh                                \
> 

good spot. +1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]