From 7a8a29416439012a9e46093c7b1e178651c04486 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: May 09 2018 17:00:45 +0000 Subject: gfs2-utils tests: Fix testsuite cleanup Parallel distclean removes testsuite before it is finished running, causing make error. Signed-off-by: Valentin Vidic --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 1dedc2b..e52aab4 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/$@