All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] gfs2-utils tests: Fix testsuite cleanup
@ 2018-05-09 15:40 Valentin Vidic
  2018-05-09 17:05 ` Andrew Price
  0 siblings, 1 reply; 2+ messages in thread
From: Valentin Vidic @ 2018-05-09 15:40 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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(-)

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/$@
-- 
2.17.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Cluster-devel] [PATCH] gfs2-utils tests: Fix testsuite cleanup
  2018-05-09 15:40 [Cluster-devel] [PATCH] gfs2-utils tests: Fix testsuite cleanup Valentin Vidic
@ 2018-05-09 17:05 ` Andrew Price
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Price @ 2018-05-09 17:05 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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/$@
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-09 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-09 15:40 [Cluster-devel] [PATCH] gfs2-utils tests: Fix testsuite cleanup Valentin Vidic
2018-05-09 17:05 ` Andrew Price

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.