]> sourceware.org Git - lvm2.git/commitdiff
Run both locking_type 1 and 3 tests (forgot to uncomment locking_type 1 before
authorPetr Rockai <prokai@redhat.com>
Thu, 18 Mar 2010 09:28:42 +0000 (09:28 +0000)
committerPetr Rockai <prokai@redhat.com>
Thu, 18 Mar 2010 09:28:42 +0000 (09:28 +0000)
last checkin).

test/Makefile.in

index 67a7c546b3195d6eb6a361b94af1270f20e00a40..56c2d3cf8e148002885f3fe8c5675324fa15c480 100644 (file)
@@ -43,7 +43,7 @@ endif
 
 all: init.sh
        @echo Testing with locking_type 1
-       #./bin/harness t-*.sh
+       ./bin/harness t-*.sh
        @echo Testing with locking_type 3
        LVM_TEST_LOCKING=3 ./bin/harness t-*.sh
 
This page took 0.031036 seconds and 5 git commands to generate.