From 875890db76dd76cc1169fed3f5a2da5deae5590a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 7 Jan 2017 16:28:13 +0000 Subject: test suite: New test downstream-gitless (wip) Signed-off-by: Ian Jackson --- tests/tests/downstream-gitless | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 tests/tests/downstream-gitless (limited to 'tests/tests') 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 -- cgit v1.2.3