summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-28 12:26:04 +0800
committerSean Whitton <spwhitton@spwhitton.name>2018-07-28 18:18:52 +0800
commite7f59af8133f6e80a4a18b171664af8517555360 (patch)
tree51c61daba7d097232c173527c74dd65c8dd1ad89 /tests
parent94d16b0ad7ba31cb0bef2f6083145b11b5640e31 (diff)
test suite: add t-pushed-good-check-changes
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lib b/tests/lib
index 68bf9d7..6028133 100644
--- a/tests/lib
+++ b/tests/lib
@@ -708,6 +708,12 @@ t-pushed-good-core () {
git verify-tag `t-v-tag`
}
+t-pushed-good-check-changes () {
+ changes_filename="$tmp/incoming/${p}_${v}_*.changes"
+ grep -E "^Distribution: $suite" $changes_filename
+ grep -E "^Version: $v" $changes_filename
+}
+
t-splitbrain-pushed-good--unpack () {
cd $tmp
rm -rf t-unpack