test.sh: enable the use of MALLOC_PERTURB_
MALLOC_CHECK_ is already set, so MALLOC_PERTURB_ makes a nice complement
to it.
For more info on MALLOC_PERTURB_: http://udrepper.livejournal.com/11429.html
Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
test.sh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/test.sh b/test.sh
index 56c3cb1..2f167f0 100755
--- a/test.sh
+++ b/test.sh
@@ -126,6 +126,7 @@ while true; do
done
export MALLOC_CHECK_=2
+export MALLOC_PERTURB_=1
testing="Parse/write comparison"
for n in test/*.[0-9]*; do
--
1.7.6.5
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|