1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

tests: change skip to die for upstream crash

So the failing test is not lost from sight.
This commit is contained in:
Zdenek Kabelac 2020-09-12 09:46:43 +02:00
parent 7bd015861d
commit 17dbb24f7c

View File

@ -22,7 +22,7 @@ which mkfs.ext4 || skip
aux have_raid 1 13 2 || skip
case "$(uname -r)" in
5.[89]*) skip "Unfixed kernel" ;;
5.[89]*) die "Cannot run this test on unfixed kernel." ;;
esac
mount_dir="mnt"