summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-06-20 19:13:07 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-06-20 19:15:13 +0100
commit68ace2786dc26749014ea70a6ebb2b896b1f25d1 (patch)
tree27fc4aacc039fb037d72939ee0ae9acf58c6a036 /tests/lib
parente170fb0964308d97bf19f341ea79dab08f11935e (diff)
Infra: Support not running out of working tree
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/lib b/tests/lib
index 70ad0b1..22ae0ff 100644
--- a/tests/lib
+++ b/tests/lib
@@ -481,16 +481,10 @@ t-drs () {
drs_dispatch=$tmp/distro=test-dummy
mkdir $drs_dispatch
- if [ "x$DGIT_TEST_INTREE" = x ]; then
- cat >&2 <<END
-dgit-repos-server is designed to run out of a git working tree
-cannot be tested in installed package (as DEP-8-intends)
-test skipped
-END
- exit 0
+ if [ "x$DGIT_TEST_INTREE" != x ]; then
+ ln -sf "$DGIT_TEST_INTREE" $drs_dispatch/dgit-live
fi
- ln -sf $root $drs_dispatch/dgit-live
ln -sf $tmp/git $drs_dispatch/repos
ln -sf $tmp/suites $tmp/dm.txt $drs_dispatch/
mkdir -p $drs_dispatch/keyrings