summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-29 15:53:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-03-29 15:53:36 +0100
commit6b46285d0f3c54de1dc50d32217a0d95f81897e7 (patch)
treec0716b6e452a35d0c02623a0b0ce01ce64d412ae /desktop/scripts
parentc6b3891af9dfecb024982f37fa63c48120ac661a (diff)
ignore fork/exec+java
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 f031019f834d..ef1f2dc135b0 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 --trace-children=yes --error-exitcode=101"
+ VALGRINDCHECK="valgrind --tool=$VALGRIND --trace-children=yes --trace-children-skip=*/java --error-exitcode=101"
export VALGRINDCHECK
G_SLICE=always-malloc
export G_SLICE