chiark / gitweb /
dgit-repos-server: Use shellquote() where appropriate in diagnostics
[dgit.git] / tests / drs-git-ext
index 52e781777ae5578b457c9c08cb2cf2c12ceb141e..06ab0ea0b0775c8584371414e5f76b7df3c38bf7 100755 (executable)
@@ -2,12 +2,13 @@
 set -e
 tmp=$DGIT_TEST_TMP
 
+export DGIT_DRS_DEBUG=1
 echo >&2 '(((((((((((((((((((((((((((((((((((((((('
 set -x
 export SSH_ORIGINAL_COMMAND="$*"
 ${DGIT_REPOS_SERVER_TEST-dgit-repos-server} \
-       $tmp/suites \
+       test-dummy $tmp/distro=test-dummy \
        $tmp/dd.gpg,a:$tmp/dm.gpg,m$tmp/dm.txt \
-       $tmp/git \
+       --repos=$tmp/git --suites=$tmp/suites \
        --ssh
 : '))))))))))))))))))))))))))))))))))))))))'