From: Zdenek Kabelac Date: Sat, 12 Sep 2020 07:46:43 +0000 (+0200) Subject: tests: change skip to die for upstream crash X-Git-Tag: v2_03_11~190 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=17dbb24f7c9715b33a3b35cfa06c1c25657fddd9;p=lvm2.git tests: change skip to die for upstream crash So the failing test is not lost from sight. --- diff --git a/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh b/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh index 1afeff46b..59e147436 100644 --- a/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh +++ b/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh @@ -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"