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