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:
parent
7bd015861d
commit
17dbb24f7c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user