summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xtests/tests/mirror-private4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a7a4b99..0bad3b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ dgit (3.2~) unstable; urgency=medium
Test suite:
* infra: mirroring and policy hooks: Improve some debugging output.
+ * infra: mirror-private: test that package becomes public. (#849789)
--
diff --git a/tests/tests/mirror-private b/tests/tests/mirror-private
index c26ba89..1e885ae 100755
--- a/tests/tests/mirror-private
+++ b/tests/tests/mirror-private
@@ -23,4 +23,8 @@ t-dgit push --new
t-check-not-mirrored
t-files-notexist $reposmirror/$p.*
+t-archive-process-incoming sid
+t-policy-periodic
+t-check-mirrored
+
t-ok