[lvm-devel] master - Revert "tests: drop unnecessary pid from LVMTEST prefix"

David Teigland teigland at sourceware.org
Mon Sep 16 18:02:24 UTC 2019


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=13fb57bbb1deca9ea14e58a3a4edf284d3f4846c
Commit:        13fb57bbb1deca9ea14e58a3a4edf284d3f4846c
Parent:        6e1cf248d4a9520b6e342dc583f1e4f7d4c5f8fa
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Mon Sep 16 13:01:50 2019 -0500
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Mon Sep 16 13:01:50 2019 -0500

Revert "tests: drop unnecessary pid from LVMTEST prefix"

This reverts commit 51c105702f24d64f1adc25a692ef37e20878cec5.

it seems the test system still needs this for some reason
---
 test/lib/inittest.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/lib/inittest.sh b/test/lib/inittest.sh
index 4914b29..a6cefa8 100644
--- a/test/lib/inittest.sh
+++ b/test/lib/inittest.sh
@@ -68,7 +68,7 @@ export LVM_TEST_LVMPOLLD LVM_TEST_LOCK_TYPE_DLM LVM_TEST_LOCK_TYPE_SANLOCK
 
 TESTOLDPWD=$(pwd)
 COMMON_PREFIX="LVMTEST"
-PREFIX="${COMMON_PREFIX}"
+PREFIX="${COMMON_PREFIX}$$"
 
 # Check we are not conflickting with some exiting setup
 if test -z "$SKIP_ROOT_DM_CHECK" ; then




More information about the lvm-devel mailing list