summaryrefslogtreecommitdiff
path: root/tests/tests/push-source
blob: 9d132e5f1096bbfd7ac3415b46f5651167a33bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
set -e
. tests/lib

t-tstunt-parsechangelog

t-prep-newpackage example 1.0

cd $p

t-refs-same-start
t-ref-head

t-dgit --dpkg-buildpackage:-d push-source --new

t-pushed-good master
t-push-was-source-only

t-ok