From 3a615fa11fcdd86f58eef57282201e098e2be366 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 6 Apr 2010 14:25:07 +0000 Subject: [PATCH] Display PVs created during tests --- test/test-utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-utils.sh b/test/test-utils.sh index f5c41ba4e..5d8bb3aad 100644 --- a/test/test-utils.sh +++ b/test/test-utils.sh @@ -307,6 +307,7 @@ prepare_pvs() { prepare_vg() { prepare_pvs "$@" vgcreate -c n $vg $devs + pvs -v } prepare_lvmconf() {