[libreoffice] 02/03: tests/sdk-examples: export HOME=$WORKDIR in the hope it will fix the unopkg calls

Rene Engelhard rene at moszumanska.debian.org
Sat Jul 15 08:01:51 UTC 2017


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

rene pushed a commit to branch master
in repository libreoffice.

commit 8f4135a7a6510efd0d38eae389325131c8283e0e
Author: Rene Engelhard <rene at debian.org>
Date:   Fri Jul 14 21:16:38 2017 +0000

    tests/sdk-examples: export HOME=$WORKDIR in the hope it will fix the unopkg calls
---
 changelog          | 3 +++
 tests/sdk-examples | 1 +
 2 files changed, 4 insertions(+)

diff --git a/changelog b/changelog
index fb9c965..0aebffc 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,9 @@ libreoffice (1:5.3.4-4) UNRELEASED; urgency=medium
 
   * debian/tests/*: more cleanups for newer autopkgtests; use allow-stderr
     instead of manual 2>&1
+  * debian/tests/sdk-examples: export HOME=$WORKDIR in the hope it will fix
+    the unopkg calls
+
   * debian/rules:
     - make i386 make check notfatal for now given the i386 Java Stack Clash
       regression
diff --git a/tests/sdk-examples b/tests/sdk-examples
index 26af824..8572792 100755
--- a/tests/sdk-examples
+++ b/tests/sdk-examples
@@ -74,6 +74,7 @@ _old_sdk_out=$OO_SDK_OUT
 WORKDIR=`mktemp -d`
 export OO_SDK_OUT=$WORKDIR
 export PATH=`echo $PATH | sed -e "s,$_old_sdk_out,$OO_SDK_OUT,g"`
+export HOME=$WORKDIR
 
 for i in $my_example_dirs; do 
 	echo "====== Building $i example ======"

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