summaryrefslogtreecommitdiff
path: root/desktop/scripts
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
commitf5de249e2236e9963ccacec431a6904887060a36 (patch)
tree5b53af91f9da5b82ba5726fa060fa71806b29a8e /desktop/scripts
parentea61d58db565b64a58cec7667f0936f73e8cbf07 (diff)
add --trace-children=yes
Diffstat (limited to 'desktop/scripts')
-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 6379412ead05..f031019f834d 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