]> sourceware.org Git - lvm2.git/commitdiff
tests: fix typo VEROSE->VERBOSE in Makefile.in
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 19 Sep 2013 12:03:03 +0000 (14:03 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 23 Sep 2013 10:14:21 +0000 (12:14 +0200)
test/Makefile.in

index b663e7a6c81307bf2842a34d2589b3582078beb8..1b9789feb764c5c81965103215166552f3622902 100644 (file)
@@ -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 \
This page took 0.039327 seconds and 5 git commands to generate.