telepathy-idle: run-test.sh.in: actually export SSL env variables

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Sep 18 05:17:08 PDT 2013


Module: telepathy-idle
Branch: master
Commit: 297c9a8ce746f57b22f807ce0478b3fe3d44a49d
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=297c9a8ce746f57b22f807ce0478b3fe3d44a49d

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Sep 18 14:13:04 2013 +0200

run-test.sh.in: actually export SSL env variables

Fix tests when distchecking.

---

 tests/twisted/run-test.sh.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index 215b455..2d9f3ae 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -38,7 +38,9 @@ else
 fi
 
 IDLE_SSL_KEY=${IDLE_ABS_TOP_SRCDIR}/tests/twisted/tools/idletest.key
+export IDLE_SSL_KEY
 IDLE_SSL_CERT=${IDLE_ABS_TOP_SRCDIR}/tests/twisted/tools/idletest.cert
+export IDLE_SSL_CERT
 
 if [ -n "$1" ] ; then
   list="$1"



More information about the telepathy-commits mailing list