[Libreoffice-commits] .: desktop/scripts

Michael Stahl mst at kemper.freedesktop.org
Wed Jul 11 12:09:10 PDT 2012


 desktop/scripts/soffice.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fb79f6d64eee0580558dac15f42f97ee2255ff24
Author: Michael Stahl <mstahl at 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


More information about the Libreoffice-commits mailing list