[lvm-devel] dev-dct-process-v5 - test: Turn check_full into check_system complementary with normal check.

Petr Rockai mornfall at fedoraproject.org
Tue Dec 17 10:07:58 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=c418f942050674b97094e1ab9f38585b93daac29
Commit:        c418f942050674b97094e1ab9f38585b93daac29
Parent:        6d144dc1c6fe251d58c5f25947d3bf8a861f3559
Author:        Petr Rockai <prockai at redhat.com>
AuthorDate:    Sun Dec 15 17:26:28 2013 +0100
Committer:     Petr Rockai <prockai at redhat.com>
CommitterDate: Tue Dec 17 11:07:21 2013 +0100

test: Turn check_full into check_system complementary with normal check.

---
 Makefile.in      |    2 +-
 test/Makefile.in |    9 ++-------
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index e1178ee..ce61957 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -91,7 +91,7 @@ all: cscope.out
 endif
 DISTCLEAN_TARGETS += cscope.out
 
-check check_full check_cluster check_local check_lvmetad unit: all
+check check_system check_cluster check_local check_lvmetad unit: all
 	$(MAKE) -C test $(@)
 
 install_system_dirs:
diff --git a/test/Makefile.in b/test/Makefile.in
index 96c4fdb..5c9f5d5 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -90,19 +90,14 @@ check: .tests-stamp
 		      $(patsubst %,cluster:%,$(RUN_BASE)) \
 		      $(patsubst %,lvmetad:%,$(LVMETAD_RUN_BASE))
 
-check_full: .tests-stamp
+check_system: .tests-stamp
 	VERBOSE=$(VERBOSE) \
-	cluster_LVM_TEST_LOCKING=3 \
 	scluster_LVM_TEST_LOCKING=3 \
-	lvmetad_LVM_TEST_LVMETAD=1 \
 	slvmetad_LVM_TEST_LVMETAD=1 \
 	snormal_LVM_TEST_DEVDIR=/dev \
 	scluster_LVM_TEST_DEVDIR=/dev \
 	slvmetad_LVM_TEST_DEVDIR=/dev \
-	./lib/harness $(patsubst %,normal:%,$(RUN_BASE)) \
-		      $(patsubst %,cluster:%,$(RUN_BASE)) \
-		      $(patsubst %,lvmetad:%,$(LVMETAD_RUN_BASE)) \
-		      $(patsubst %,snormal:%,$(RUN_BASE)) \
+	./lib/harness $(patsubst %,snormal:%,$(RUN_BASE)) \
 		      $(patsubst %,scluster:%,$(RUN_BASE)) \
 		      $(patsubst %,slvmetad:%,$(LVMETAD_RUN_BASE))
 




More information about the lvm-devel mailing list