2
0
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:
Ilya Maximets
2018-12-10 20:05:21 +03:00
committed by Ben Pfaff
parent 28c47facb5
commit f9993a82b9

View File

@@ -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