conform: Set harsher environment for running tests
Set the MALLOC_CHECK_ and MALLOC_PERTURB_ environment variables to catch allocation issues.
This commit is contained in:
parent
e3cbec48a8
commit
6a502f7104
@ -9,4 +9,4 @@ do
|
||||
TESTS="$TESTS wrappers/`basename $i`"
|
||||
done
|
||||
|
||||
exec gtester "$@" $TESTS
|
||||
G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256)) gtester "$@" $TESTS
|
||||
|
Loading…
Reference in New Issue
Block a user