From f7d222ee9782806cd05d7a82595c142096c3bd04 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 20 Jun 2015 16:12:12 +0100 Subject: Infra: Provide dgit clone-dgit-repos-server --- tests/tests/dsd-clone-drs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 tests/tests/dsd-clone-drs (limited to 'tests') diff --git a/tests/tests/dsd-clone-drs b/tests/tests/dsd-clone-drs new file mode 100755 index 0000000..3474160 --- /dev/null +++ b/tests/tests/dsd-clone-drs @@ -0,0 +1,17 @@ +#!/bin/bash +set -e +. tests/lib +if ! test -d $root/.git; then + echo >&2 'not running out of git clone, cannot test self-clone' + exit 0 +fi + +t-dsd + +cd $tmp +t-dgit clone-dgit-repos-server drs-cloned + +cd drs-cloned +ls -al infra/dgit-repos-server + +echo ok. -- cgit v1.2.3