[Libreoffice-commits] online.git: loolwsd/test

Ashod Nakashian ashod.nakashian at collabora.co.uk
Wed Nov 16 04:35:45 UTC 2016


 loolwsd/test/run_unit.sh.in |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 0cc57c643daf0f5a62454ff37d703c17607148c4
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Mon Nov 14 19:52:29 2016 -0500

    loolwsd: test: log at trace level
    
    Change-Id: Icf498dd15875b355abfe022de67b947d51ad7275
    Reviewed-on: https://gerrit.libreoffice.org/30884
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/test/run_unit.sh.in b/loolwsd/test/run_unit.sh.in
index 8463f4d..69fddb8 100755
--- a/loolwsd/test/run_unit.sh.in
+++ b/loolwsd/test/run_unit.sh.in
@@ -70,9 +70,9 @@ if test "z$tst" == "z"; then
                                  --o:lo_template_path="$lo_path" \
                                  --o:child_root_path="$jails_path" \
                                  --o:storage.filesystem[@allow]=true \
+                                 --o:logging.level=trace \
                                  --o:admin_console.username=admin --o:admin_console.password=admin \
                                  > "$tst_log" 2>&1 &
-
      echo "  executing test"
 
      oldpath=`pwd`
@@ -86,6 +86,7 @@ if test "z$tst" == "z"; then
 	 retval=1
      fi
 
+     echo "killing $!"
      kill $!
 
      exit $retval
@@ -97,6 +98,7 @@ else # newer unit tests.
                                    --o:lo_template_path="$lo_path" \
                                    --o:child_root_path="$jails_path" \
                                    --o:storage.filesystem[@allow]=true \
+                                   --o:logging.level=trace \
                                    --o:admin_console.username=admin --o:admin_console.password=admin \
                                    --unitlib=".libs/$tst.so" > "$tst_log" 2>&1; then
         echo "Test $tst passed."


More information about the Libreoffice-commits mailing list