summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-18 14:13:04 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-18 14:16:15 +0200
commit297c9a8ce746f57b22f807ce0478b3fe3d44a49d (patch)
treebe2f58444685463a4bcdcb28984f5ac0f00f64e5
parent54092d3d917c8fa0a16df07765615090cf0f583f (diff)
run-test.sh.in: actually export SSL env variablestelepathy-idle-0.1.17
Fix tests when distchecking.
-rw-r--r--tests/twisted/run-test.sh.in2
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"