chiark / gitweb /
autopkgtests: consistently say "echo ok." at end of tests
[dgit.git] / tests / tests / clone-nogit
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-archive pari-extra 3-1
6 t-git-none
7
8 t-dgit clone $p
9
10 cd $p
11 t-cloned-fetched-good
12
13 v=3-2~dummy1
14 t-apply-diff 3-1 $v
15 debcommit -a
16
17 t-dgit --dpkg-buildpackage:-d build
18 t-dgit push
19
20 t-pushed-good dgit/sid
21
22 echo ok.