summaryrefslogtreecommitdiff
path: root/desktop
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
commit20102adb2aa27a25b59aad33b2311afd94d7727a (patch)
tree70a2139152246807bca63d141dac65d15f950cf5 /desktop
parentf6fcd7ce6b4b40649f91548f73f9cdab4ef16869 (diff)
ignore fork/exec+java
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 21023a9f3d..dd17fe9b9c 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