[Libreoffice-commits] .: test/ooxml

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Thu Dec 16 04:53:20 PST 2010


 test/ooxml/run.sh |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit bd6ff7ce0b6376ebebae4d92c465a6fdfcfdf9ae
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date:   Thu Dec 16 13:52:28 2010 +0100

    Forgot to remove debug traces in ooxml test script

diff --git a/test/ooxml/run.sh b/test/ooxml/run.sh
index 6df44c8..a0e5d1f 100755
--- a/test/ooxml/run.sh
+++ b/test/ooxml/run.sh
@@ -85,7 +85,6 @@ function validate()
 
 function batch_convert()
 {
-    set -x
     MAX_LOT=100
     files_lot=
     lot_size=0
@@ -104,7 +103,6 @@ function batch_convert()
         echo "\"$ooinstall/program/soffice\" -infilter=\"$1\" -convert-to "$2" -outdir "$3" $files_lot" >>"$RUN_LOG"
         "$ooinstall/program/soffice" -infilter="$1" -convert-to "$2" -outdir "$3" $files_lot >>"$RUN_LOG" 2>&1
     fi
-    set +x
 }
 
 # Clean the previous results


More information about the Libreoffice-commits mailing list