From de33332491ebfad8ed03c8c24200fbef062db0ee Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Thu, 18 Mar 2010 09:28:42 +0000 Subject: [PATCH] Run both locking_type 1 and 3 tests (forgot to uncomment locking_type 1 before last checkin). --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index 67a7c546b..56c2d3cf8 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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 -- 2.43.5