summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-23 12:58:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-23 12:58:37 +0000
commitcc3ff1b5e63a27057a52597e2e3ea0926ac479a8 (patch)
tree53c39a16f73e698ae7721c4ee653c240baa761e8 /desktop
parentd3cece5f21b09e3e91a95244ad5120bf8ae3c3d2 (diff)
add --trace-children=yes
Diffstat (limited to 'desktop')
-rwxr-xr-xdesktop/scripts/soffice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 76af9bc19a..21023a9f3d 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -73,7 +73,7 @@ if [ -e $sd_prog/ooenv ] ; then
fi
if [ "$VALGRIND" != "" ]; then
- VALGRINDCHECK="valgrind --tool=$VALGRIND --error-exitcode=101"
+ VALGRINDCHECK="valgrind --tool=$VALGRIND --trace-children=yes --error-exitcode=101"
export VALGRINDCHECK
G_SLICE=always-malloc
export G_SLICE