summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-11-08 21:53:33 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-11-08 22:22:21 +0000
commit2711b56a97437d8260ccac48b0699a8bfe9764a1 (patch)
tree7f2e724f4d85fcbf079fcceefa553a61506cde9a /tests/lib
parent8f338ca86e0ac7240ef0a6346e20a0923889ccba (diff)
infra/dgit-ssh-dispatch: New production infra script
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib b/tests/lib
index 7a5aa76..0073df4 100644
--- a/tests/lib
+++ b/tests/lib
@@ -6,7 +6,8 @@ set -x
if [ "x$DGIT_TEST_INTREE" != x ]; then
: ${DGIT_TEST:=$DGIT_TEST_INTREE/dgit}
: ${DGIT_REPOS_SERVER_TEST:=$DGIT_TEST_INTREE/dgit-repos-server}
- export DGIT_TEST DGIT_REPOS_SERVER_TEST
+ : ${DGIT_SSH_DISPATCH_TEST:=$DGIT_TEST_INTREE/infra/dgit-ssh-dispatch}
+ export DGIT_TEST DGIT_REPOS_SERVER_TEST DGIT_SSH_DISPATCH_TEST
fi
root=`pwd`