[kernel-tests] 16/73: Run with MALLOC_CHECK_ and MALLOC_PERTURB_ unset

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <jwboyer@xxxxxxxxxx>
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
kernel@xxxxxxxxxxxxxxxxxxxxxxx
https://lists.fedoraproject.org/admin/lists/kernel@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux