gfs2-utils: master - gfs2-utils tests: Shorten TESTSUITEFLAGS to TOPTS

Andrew Price andyp at fedoraproject.org
Fri Jan 16 12:07:09 UTC 2015


Gitweb:        http://git.fedorahosted.org/git/?p=gfs2-utils.git;a=commitdiff;h=8cd4466f8f0518f74f74ecafb228cf2ea03c356d
Commit:        8cd4466f8f0518f74f74ecafb228cf2ea03c356d
Parent:        4bd4d4a0817225d04080488e3f4688278135b2a3
Author:        Andrew Price <anprice at redhat.com>
AuthorDate:    Wed Jan 14 12:02:37 2015 +0000
Committer:     Andrew Price <anprice at redhat.com>
CommitterDate: Fri Jan 16 12:04:01 2015 +0000

gfs2-utils tests: Shorten TESTSUITEFLAGS to TOPTS

TESTSUITEFLAGS is too long, replace it with TOPTS

Signed-off-by: Andrew Price <anprice at redhat.com>
---
 tests/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index b912dfa..475f4a7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -64,10 +64,10 @@ endif
 TESTSUITE = $(srcdir)/testsuite
 
 check-local: atconfig atlocal $(TESTSUITE)
-	$(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)
+	$(SHELL) '$(TESTSUITE)' $(TOPTS)
 
 installcheck-local: atconfig atlocal $(TESTSUITE)
-	$(SHELL) '$(TESTSUITE)' AUTOTEST_PATH='$(sbindir):tests' $(TESTSUITEFLAGS)
+	$(SHELL) '$(TESTSUITE)' AUTOTEST_PATH='$(sbindir):tests' $(TOPTS)
 
 clean-local:
 	test ! -f '$(TESTSUITE)' || $(SHELL) '$(TESTSUITE)' --clean


More information about the cluster-commits mailing list