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

t-tstunt-parsechangelog
t-buildproductsdir-config

t-prep-newpackage example 1.0

cd $p
git config --global dgit.default.push-subcmd source

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

t-dgit push --new

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

t-ok