This is an automated email from the git hooks/post-receive script.

jforbes pushed a commit to branch master
in repository kernel-tests.

commit 3a636e16f1ca33c254adbdec9b62335fb6b0058e
Author: Josh Boyer <[email protected]>
Date:   Wed Jun 13 13:33:36 2012 -0400

    Run with MALLOC_CHECK_ and MALLOC_PERTURB_ unset
---
 runtests.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/runtests.sh b/runtests.sh
index dd1eaa2..d93cc70 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -15,6 +15,10 @@ if [ ! -f /usr/bin/gcc ]; then
        exit
 fi
 
+# unset MALLOC_CHECK_ and MALLOC_PERTURB_.  Some tests might not work well
+# with those active (like libhugetlbfs)
+unset MALLOC_CHECK_
+unset MALLOC_PERTURB_
 
 if [ ! -d "$topdir/logs" ] ; then
        mkdir $topdir/logs

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
kernel mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to