[Pkg-telepathy-commits] [telepathy-idle] 18/26: run-test.sh.in: actually export SSL env variables

Simon McVittie smcv at debian.org
Thu Apr 3 17:49:42 UTC 2014


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

smcv pushed a commit to branch debian
in repository telepathy-idle.

commit 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 file changed, 2 insertions(+)

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"

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



More information about the Pkg-telepathy-commits mailing list