mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
WIP: Diagnostics
This commit is contained in:
parent
8d24736bb9
commit
58baffde05
@ -20,4 +20,8 @@ aux prepare_pvs 6
|
||||
|
||||
aux prepare_lvmdbusd
|
||||
echo "DBUS_SESSION_BUS_ADDRESS=$DBUS_SESSION_BUS_ADDRESS"
|
||||
if [[ -f LOCAL_DBUSD ]]; then
|
||||
ps -lfp $(< LOCAL_DBUSD)
|
||||
fi
|
||||
sleep 5
|
||||
$test_data_dir/dbus/lvmdbustest.py -v
|
||||
|
Loading…
Reference in New Issue
Block a user