summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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