chiark / gitweb /
infra/dgit-ssh-dispatch: New production infra script
[dgit.git] / tests / lib
index 7a5aa761d2d01e7b50ad1222fc8f2262f2d2c3e3..0073df4123e56ea48014c11e73be87184c42b057 100644 (file)
--- 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`