summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-01-12 11:34:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-01-12 11:34:10 +0100
commit4f00cdfec54a574e25f47dab2f65b299ea64ec73 (patch)
tree66ca45bb4dc01f7e18e3cec48d7e8f6f78625114
parent1e47b40c79ddb1d3d16d1521a5d8b5960cd37661 (diff)
valgrind.log creates more problems than it solves.
-rwxr-xr-xdesktop/scripts/soffice.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 130f04742700..1ae4fb71231e 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -151,12 +151,6 @@ if [ -n "$GDBTRACECHECK" ] ; then
exec $GDBTRACECHECK "$sd_prog/soffice.bin" "$@"
fi
-# valgrind --log-file=valgrind.log does not work well with --trace-children=yes
-if [ -n "$VALGRINDCHECK" ] ; then
- echo "redirecting the standard and the error output to valgrind.log"
- exec &>valgrind.log
-fi
-
# do not pass the request for command line help to oosplash
if test "$#" -eq 1; then
case "$1" in