Kaydet (Commit) 4f00cdfe authored tarafından Stephan Bergmann's avatar Stephan Bergmann

valgrind.log creates more problems than it solves.

üst 1e47b40c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment