]> sourceware.org Git - lvm2.git/commitdiff
tests: change skip to die for upstream crash
authorZdenek Kabelac <zkabelac@redhat.com>
Sat, 12 Sep 2020 07:46:43 +0000 (09:46 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Sat, 12 Sep 2020 11:24:03 +0000 (13:24 +0200)
So the failing test is not lost from sight.

test/shell/lvconvert-raid-reshape-stripes-load-reload.sh

index 1afeff46b7f7b2f619ecebbbc17aca7d1ba65310..59e147436e1f9413ab4cc2cf836930e54710cc59 100644 (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"
This page took 0.095986 seconds and 5 git commands to generate.