tests: Update for jemalloc's option parsing
MALLOC_OPTIONS=J -> MALLOC_CONF=junk:true PR: 287357 Reviewed by: markj Event: Kitchener-Waterloo Hackathon 202506 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50910
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
|
||||
MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
|
||||
MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'
|
||||
MALLOC_CONF=junk:true ${SH} -c 'g() { g() { :; }; :; }; g' &&
|
||||
MALLOC_CONF=junk:true ${SH} -c 'g() { unset -f g; :; }; g'
|
||||
|
||||
@@ -63,7 +63,7 @@ all: ${TEST_CASES}
|
||||
.if defined(BPF_BENCHMARK)
|
||||
@-time ${.CURDIR}/${TEST}
|
||||
.else
|
||||
@-env MALLOC_OPTIONS=J ${.CURDIR}/${TEST}
|
||||
@-env MALLOC_CONF=junk:true ${.CURDIR}/${TEST}
|
||||
.endif
|
||||
@rm -f ${.CURDIR}/${TEST}
|
||||
.endfor
|
||||
|
||||
Reference in New Issue
Block a user