desktop/scripts/soffice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fb79f6d64eee0580558dac15f42f97ee2255ff24 Author: Michael Stahl <mst...@redhat.com> Date: Wed Jul 11 21:05:47 2012 +0200 soffice.sh: remove valgrind --error-exitcode=101 This doesn't really seem so important, and it prevents running junit tests with VALGRIND=memcheck from working, because the special restart exit code on first start up is mangled by valgrind and so the actual test doesn't run. diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 97a2be9..a259bf6 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -108,7 +108,7 @@ for arg in $@ $VALGRINDOPT ; do valgrind_skip='--trace-children-skip=*/java' fi # finally set the valgrind check - VALGRINDCHECK="valgrind --tool=$VALGRIND --trace-children=yes $valgrind_skip --num-callers=50 --error-limit=no --error-exitcode=101" + VALGRINDCHECK="valgrind --tool=$VALGRIND --trace-children=yes $valgrind_skip --num-callers=50 --error-limit=no" echo "use kill -SIGUSR2 pid to dump traces of active allocations" checks="c$checks" if [ "$VALGRIND" = "memcheck" ] ; then _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits