1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-24 06:04:19 +03:00

tests: updates

This commit is contained in:
Zdenek Kabelac 2018-11-23 20:18:22 +01:00 committed by David Teigland
parent 9a9cf22aa0
commit bb8e22d9cc

View File

@ -42,12 +42,11 @@ PID=$!
sleep .5
# crypt device should be loaded
dmsetup table | tee tbl
grep "$DMTEST" tbl
dmsetup status "$DMTEST"
# generate core file for running&sleeping binary
gcore "$PID"
kill "$PID"
kill "$PID" || true
wait
cat cmdout