summaryrefslogtreecommitdiff
path: root/tests/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-07 16:28:13 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-08 23:43:23 +0000
commit875890db76dd76cc1169fed3f5a2da5deae5590a (patch)
tree76b51948639aa414bc0fbc93600e4475eaed53df /tests/tests
parent4f6d18cda748b189b50008b7c788a9247228d46c (diff)
test suite: New test downstream-gitless (wip)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests')
-rwxr-xr-xtests/tests/downstream-gitless24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/tests/downstream-gitless b/tests/tests/downstream-gitless
new file mode 100755
index 0000000..1912613
--- /dev/null
+++ b/tests/tests/downstream-gitless
@@ -0,0 +1,24 @@
+#!/bin/bash
+set -e
+. tests/lib
+. $troot/lib-reprepro
+
+t-setup-import examplegit
+t-tstunt-parsechangelog
+
+suitespecs=avon
+t-reprepro-cfg ds- downstream
+t-reprepro-setup ds-
+
+t-reprepro-includedsc avon $tmp/mirror/pool/main/example_1.1.dsc ds-
+
+t-reprepro-regen ds-
+
+distro=''
+
+t-git-config dgit-suite.avon.distro downstream
+t-git-config dgit-distro.downstream.git-check false
+
+t-dgit clone example avon example.avon
+
+#t-ok