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:59 (GMT)
committer Sascha Silbe <sascha@silbe.org>2009-10-20 17:02:59 (GMT)
commit4d78a8523f1dc11f167aa4ed4282649f0a3d1c5f (patch)
tree4c48e407ce9f0b3b68dd7f5d1b268d2c00550440
parentfb7ee0e159a48e93b65ce42ae3373062612264ce (diff)
parentc63c3c07f2536d50ba030db565c8a0a1f8fa4c4a (diff)
Merge commit 'refs/top-bases/t/query-typed-props' into t/query-typed-props
-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.