Bail out of the script on FreeBSD due to deterministic panic issue
PR: 194586 Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
a9e4c06249
commit
b7da6cbac9
@ -4,6 +4,8 @@
|
||||
dir=`dirname $0`
|
||||
. ${dir}/../../misc.sh
|
||||
|
||||
[ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 194586"
|
||||
|
||||
echo "1..100"
|
||||
|
||||
disks_create 7
|
||||
|
Loading…
x
Reference in New Issue
Block a user