All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Price <anprice@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH] gfs2-utils tests: Fix testsuite cleanup
Date: Wed, 9 May 2018 18:05:40 +0100	[thread overview]
Message-ID: <a774c6d7-6d4d-c2c4-32da-664a376ed21c@redhat.com> (raw)
In-Reply-To: <20180509154057.7881-1-Valentin.Vidic@CARNet.hr>

On 09/05/18 16:40, Valentin Vidic wrote:
> Parallel distclean removes testsuite before it is finished
> running, causing make error.
> 
> Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr>
> ---
>   tests/Makefile.am | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

Applied - thanks!

Andy

> 
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index 1dedc2b2..e52aab4c 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -6,8 +6,7 @@ EXTRA_DIST = \
>   
>   DISTCLEANFILES = \
>   	atlocal \
> -	atconfig \
> -	$(TESTSUITE)
> +	atconfig
>   
>   CLEANFILES = testvol
>   
> @@ -103,6 +102,7 @@ installcheck-local: atconfig atlocal $(TESTSUITE)
>   
>   clean-local:
>   	test ! -f '$(TESTSUITE)' || $(SHELL) '$(TESTSUITE)' --clean
> +	rm -f '$(TESTSUITE)'
>   
>   atconfig: $(top_builddir)/config.status
>   	cd $(top_builddir) && ./config.status tests/$@
> 



      reply	other threads:[~2018-05-09 17:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-09 15:40 [Cluster-devel] [PATCH] gfs2-utils tests: Fix testsuite cleanup Valentin Vidic
2018-05-09 17:05 ` Andrew Price [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a774c6d7-6d4d-c2c4-32da-664a376ed21c@redhat.com \
    --to=anprice@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.