chiark / gitweb /
test suite: checkout: new test
[dgit.git] / tests / tests / push-source
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-tstunt-parsechangelog
6
7 t-prep-newpackage example 1.0
8
9 cd $p
10
11 t-refs-same-start
12 t-ref-head
13
14 t-dgit --dpkg-buildpackage:-d push-source --new
15
16 t-pushed-good master
17 t-push-was-source-only
18
19 t-ok