summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-04-23 15:03:29 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-05-31 11:54:06 +0100
commit10ac2ae8f0d807790ac337b5424a53e8d5e239c2 (patch)
treefb61448151aa7c42905bc9ecb06759306605042a /tests
parent07bdd0fbd6a2cf1c0b175afe1e075bb566ed1f2c (diff)
dgit-repos-server etc.: Rework argument & distros-dir passing (no overall functional change)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/drs-git-ext7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/drs-git-ext b/tests/drs-git-ext
index 8116a87..13646d3 100755
--- a/tests/drs-git-ext
+++ b/tests/drs-git-ext
@@ -6,10 +6,9 @@ export DGIT_DRS_DEBUG=1
echo >&2 '(((((((((((((((((((((((((((((((((((((((('
set -x
export SSH_ORIGINAL_COMMAND="$*"
-${DGIT_REPOS_SERVER_TEST-dgit-repos-server} test-dummy \
- $tmp/suites \
+${DGIT_REPOS_SERVER_TEST-dgit-repos-server} \
+ test-dummy $tmp/distro=test-dummy \
$tmp/dd.gpg,a:$tmp/dm.gpg,m$tmp/dm.txt \
- $tmp/git \
- /bin/true \
+ --repos=$tmp/git --policy-hook=/bin/true --suites=$tmp/suites \
--ssh
: '))))))))))))))))))))))))))))))))))))))))'