Skip to content

Commit b3467ba

Browse files
committed
try to mitigate test cleanup failures
Signed-off-by: Justin Alvarez <[email protected]>
1 parent 141a6a9 commit b3467ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/thinpool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ else
9797
sudo dmsetup remove \
9898
"${dm_device}" \
9999
"${dm_device}_tdata" "${dm_device}_tmeta" || true
100-
sudo lvremove -f "$dm_device"
100+
sudo lvremove -f "$dm_device" || true
101101
}
102102

103103
pool_reset() {

0 commit comments

Comments
 (0)