[lvm-devel] master - tests: fix typo VEROSE->VERBOSE in Makefile.in

Zdenek Kabelac zkabelac at fedoraproject.org
Mon Sep 23 10:16:34 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=ec66ff818cd670228bd299fa51f8867fe7e50a3e
Commit:        ec66ff818cd670228bd299fa51f8867fe7e50a3e
Parent:        ced563e3a729f3440cf69c4ed1f290d474fbd791
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Thu Sep 19 14:03:03 2013 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Mon Sep 23 12:14:21 2013 +0200

tests: fix typo VEROSE->VERBOSE in Makefile.in

---
 test/Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index b663e7a..1b9789f 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -70,7 +70,7 @@ help:
 	@echo "  VERBOSE		Verbose output (1), timing (2)."
 
 check: .tests-stamp
-	VERBOSE=$(VEROSE) \
+	VERBOSE=$(VERBOSE) \
 	cluster_LVM_TEST_LOCKING=3 \
 	lvmetad_LVM_TEST_LVMETAD=1 \
 	./lib/harness $(patsubst %,normal:%,$(RUN_BASE)) \
@@ -78,7 +78,7 @@ check: .tests-stamp
 		      $(patsubst %,lvmetad:%,$(RUN_BASE))
 
 check_full: .tests-stamp
-	VERBOSE=$(VEROSE) \
+	VERBOSE=$(VERBOSE) \
 	cluster_LVM_TEST_LOCKING=3 \
 	scluster_LVM_TEST_LOCKING=3 \
 	lvmetad_LVM_TEST_LVMETAD=1 \




More information about the lvm-devel mailing list