[libreoffice] 05/05: make junit-subsequentcheck run again, deduct bridge from PLATFORMID

Rene Engelhard rene at moszumanska.debian.org
Sun Oct 15 11:56:47 UTC 2017


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

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

commit 4f22596e96a2c094f44d68ebdfd4c71535fbf946
Author: Rene Engelhard <rene at debian.org>
Date:   Sun Oct 15 13:55:31 2017 +0200

    make junit-subsequentcheck run again, deduct bridge from PLATFORMID
    
    bridges_SELECTED_BRIDGE=foo doesn't work anymore
---
 tests/junit-subsequentcheck | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/junit-subsequentcheck b/tests/junit-subsequentcheck
index 7e0cf4d..6454087 100755
--- a/tests/junit-subsequentcheck
+++ b/tests/junit-subsequentcheck
@@ -42,10 +42,12 @@ ulimit -c unlimited
 echo
 echo "====== Starting subsequentcheck with ${CHECK_PARALLELISM} job against ${OOO_TEST_SOFFICE} ======"
 
+eval `grep PLATFORMID config_host.mk`
+
 export PARALLELISM=$CHECK_PARALLELISM
 make -rk \
     OOO_TEST_SOFFICE=${OOO_TEST_SOFFICE} \
-    bridges_SELECTED_BRIDGE=foo \
+    bridges_SELECTED_BRIDGE=gcc3_$PLATFORMID \
     subsequentcheck verbose=t
 
 unapply

-- 
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