Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha@silbe.org>2009-10-20 17:02:14 (GMT)
committer Sascha Silbe <sascha@silbe.org>2009-10-20 17:02:14 (GMT)
commitc63c3c07f2536d50ba030db565c8a0a1f8fa4c4a (patch)
tree084956be6776800a41d5fcdacbaf1f38074fbe0b
parent9ab91f3e99b5d5169ab3339278766cccba41dfc5 (diff)
runalltests.py: add MALLOC_CHECK_ to environment whitelist
-rwxr-xr-xtests/runalltests.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/runalltests.py b/tests/runalltests.py
index e4e63c1..3d64e17 100755
--- a/tests/runalltests.py
+++ b/tests/runalltests.py
@@ -38,8 +38,14 @@ DS_DBUS_SERVICE = "org.laptop.sugar.DataStore"
DS_DBUS_INTERFACE = "org.laptop.sugar.DataStore"
DS_DBUS_PATH = "/org/laptop/sugar/DataStore"
-ENVIRONMENT_WHITELIST = ['LD_LIBRARY_PATH', 'MASSOPS_RUNS', 'PATH',
- 'SUGAR_LOGGER_LEVEL', 'XDG_DATA_DIRS']
+ENVIRONMENT_WHITELIST = [
+ 'LD_LIBRARY_PATH',
+ 'MALLOC_CHECK_',
+ 'MASSOPS_RUNS',
+ 'PATH',
+ 'SUGAR_LOGGER_LEVEL',
+ 'XDG_DATA_DIRS'
+]
def setup():
"""Prepare for testing and return environment.