mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +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].*)
|
||||
MALLOC_CONF=AJ
|
||||
;;
|
||||
*)
|
||||
1[01].*)
|
||||
MALLOC_CONF=abort:true,junk:true,redzone:true
|
||||
;;
|
||||
*)
|
||||
MALLOC_CONF=abort:true,junk:true
|
||||
;;
|
||||
esac
|
||||
export MALLOC_CONF
|
||||
esac
|
||||
|
Reference in New Issue
Block a user