chiark / gitweb /
Tests: Use distro= dir for drs as well as dsd tests; rename the variable; move the...
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 2 May 2015 17:25:23 +0000 (18:25 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 31 May 2015 10:54:08 +0000 (11:54 +0100)
tests/dsd-ssh
tests/lib
tests/tests/dsd-divert

index bc179f5f8ccd8bfce3bd4d37fad65521ac811485..7a075f0b4f660bb4a6c4715e35b927d7fcbc178b 100755 (executable)
@@ -8,6 +8,6 @@ tmp=$DGIT_TEST_TMP
 cd /
 userhost="$1"; shift
 export SSH_ORIGINAL_COMMAND="$*"
-${DGIT_SSH_DISPATCH_TEST-dgit-ssh-dispatch} -D $tmp/dispatch-dir
+${DGIT_SSH_DISPATCH_TEST-dgit-ssh-dispatch} -D $tmp
 
 : '))))))))))))))))))))))))))))))))))))))))'
index 87de19a0af66f70b911917e2bfa1b73841452187..4435b55c4b72825818643e88542e03b77e87e3d7 100644 (file)
--- a/tests/lib
+++ b/tests/lib
@@ -328,6 +328,16 @@ t-drs () {
  t-git-config dgit-distro.test-dummy.git-create true
        cp $root/tests/gnupg/{dd.gpg,dm.gpg,dm.txt} $tmp/.
        cp $root/tests/suites $tmp/.
+
+       drs_dispatch=$tmp/distro=test-dummy
+       mkdir $drs_dispatch
+       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
+       ln -sf $tmp/dd.gpg $drs_dispatch/keyrings/debian-keyring.gpg
+       ln -sf $tmp/dm.gpg $drs_dispatch/keyrings/debian-maintainers.gpg
+       ln -sf /bin/true $drs_dispatch/policy-hook
 }
 
 t-dsd () {
@@ -344,17 +354,7 @@ t-dsd () {
  t-git-config dgit-distro.test-dummy/drs.git-check ssh-cmd
  t-git-config dgit-distro.test-dummy/drs.git-create ssh-cmd
 
-       dsd_dispatch=$tmp/dispatch-dir/distro=test-dummy
-       mkdir -p $dsd_dispatch
-       ln -sf $root $dsd_dispatch/dgit-live
-       ln -sf $tmp/git $dsd_dispatch/repos
-       ln -sf $tmp/suites $tmp/dm.txt $dsd_dispatch/
-       mkdir -p $dsd_dispatch/keyrings
-       ln -sf $tmp/dd.gpg $dsd_dispatch/keyrings/debian-keyring.gpg
-       ln -sf $tmp/dm.gpg $dsd_dispatch/keyrings/debian-maintainers.gpg
-       ln -sf /bin/true $dsd_dispatch/policy-hook
-
-       echo 'no-such-package* drs' >$dsd_dispatch/diverts
+       echo 'no-such-package* drs' >$drs_dispatch/diverts
 }
 
 t-policy-admin () {
@@ -365,7 +365,7 @@ t-debpolicy () {
        t-dsd
 
        ln -sf ${DGIT_INFRA_PFX}dgit-repos-policy-debian \
-               $dsd_dispatch/policy-hook
+               $drs_dispatch/policy-hook
 
        mkdir $tmp/git
        t-policy-admin create-db
index 4389b8f0f41e98ed7939fe58e672a983c5e56dfc..3020a5695bcf7d44f1b0ecfc7ecb07decf088e08 100755 (executable)
@@ -2,6 +2,6 @@
 set -e
 . tests/lib
 t-dsd
-rm $dsd_dispatch/repos
-echo '* drs' >>$dsd_dispatch/diverts
+rm $drs_dispatch/repos
+echo '* drs' >>$drs_dispatch/diverts
 t-chain-test fetch-somegit-notlast