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

t-tstunt-parsechangelog
t-buildproductsdir-config

t-prep-newpackage example 1.0

cd $p

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

t-dgit push-source --new

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

t-ok