[libreoffice] 02/05: actually check CHECK_PARALLELISM

Rene Engelhard rene at moszumanska.debian.org
Tue Jun 20 05:09:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-5.4
in repository libreoffice.

commit 97b1bf8418891c7754098e976775e109ebaddc21
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Jun 20 06:36:05 2017 +0200

    actually check CHECK_PARALLELISM
---
 tests/junit-subsequentcheck | 3 ++-
 tests/uicheck               | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/tests/junit-subsequentcheck b/tests/junit-subsequentcheck
index a0ec91d..b30d4d8 100755
--- a/tests/junit-subsequentcheck
+++ b/tests/junit-subsequentcheck
@@ -9,7 +9,7 @@ set -e
 
 SRCDIR=`pwd`
 WORKDIR=`mktemp -d`
-
+CHECK_PARALLELISM=1
 
 echo "====== Patching the tree to only build Java-based unittests against an existing installation ======"
 patch -p1 < ./debian/tests/patches/java-subsequentcheck-standalone.diff
@@ -34,6 +34,7 @@ ulimit -c unlimited
 echo
 echo "====== Starting subsequentcheck with ${CHECK_PARALLELISM} job against ${OOO_TEST_SOFFICE} ======"
 
+export PARALLELISM=$CHECK_PARALLELISM
 make -rk \
     OOO_TEST_SOFFICE=${OOO_TEST_SOFFICE} \
     bridges_SELECTED_BRIDGE=foo \
diff --git a/tests/uicheck b/tests/uicheck
index 632ae16..aa4162b 100755
--- a/tests/uicheck
+++ b/tests/uicheck
@@ -7,6 +7,7 @@ set -e
 
 SRCDIR=`pwd`
 WORKDIR=`mktemp -d`
+CHECK_PARALLELISM=1
 
 
 echo "====== Patching the tree to build uicheck against an existing installation ======"
@@ -35,10 +36,12 @@ echo "====== Generating en_US.UTF-8 locale ======"
 cd $WORKDIR
 $SRCDIR/debian/scripts/locale-gen
 
+
 echo
 echo "====== Starting uicheck with ${CHECK_PARALLELISM} job against ${OOO_TEST_SOFFICE} ======"
 
 cd $SRCDIR
+export PARALLELISM=$CHECK_PARALLELISM
 export LOCPATH=$WORKDIR/debian/locales
 export LANG=en_US.UTF-8
 export LC_ALL=en_US.UTF-8

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list