mirror of
https://github.com/openvswitch/ovs
synced 2025-09-03 15:55:19 +00:00
tests: Remove redzone flag for FreeBSD 12+.
'redzone' not supported in new versions of jemalloc (since jemalloc 5.0.0). Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -78,9 +78,12 @@ FreeBSD)
|
|||||||
[789].*)
|
[789].*)
|
||||||
MALLOC_CONF=AJ
|
MALLOC_CONF=AJ
|
||||||
;;
|
;;
|
||||||
*)
|
1[01].*)
|
||||||
MALLOC_CONF=abort:true,junk:true,redzone:true
|
MALLOC_CONF=abort:true,junk:true,redzone:true
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
MALLOC_CONF=abort:true,junk:true
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
export MALLOC_CONF
|
export MALLOC_CONF
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user