diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-12 11:34:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-12 11:34:10 +0100 |
commit | 4f00cdfec54a574e25f47dab2f65b299ea64ec73 (patch) | |
tree | 66ca45bb4dc01f7e18e3cec48d7e8f6f78625114 /desktop/scripts | |
parent | 1e47b40c79ddb1d3d16d1521a5d8b5960cd37661 (diff) |
valgrind.log creates more problems than it solves.
Diffstat (limited to 'desktop/scripts')
-rwxr-xr-x | desktop/scripts/soffice.sh | 6 |
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 |