From 640cc4846d2a6830d45160e1f413c7ebf51dad6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pekka=20Geh=C3=B6r?= Date: Thu, 11 Dec 2008 15:11:23 +0200 Subject: [PATCH] Added G_DEBUG and G_SLICE env variable to make pointer errors more visible. --- script/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/test.sh b/script/test.sh index 80c859d2..5dba87fb 100755 --- a/script/test.sh +++ b/script/test.sh @@ -183,6 +183,8 @@ test_run_in_stand_alone() # Fix paths declare -x PATH="$PATH:$INSTALL_DIR/bin" declare -x LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$INSTALL_DIR/lib" + declare -x G_SLICE="always-malloc" + declare -x G_DEBUG="gc-friendly" # Goto homedir cd "$INSTALL_DIR/home/user" -- 2.11.4.GIT