summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/tests/control2
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6286f56..4e3ddef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+phat (1.5-5) unstable; urgency=medium
+
+ * Allow tests to output to stderr without causing failure.
+
+ -- Gard Spreemann <gspr@nonempty.org> Sat, 14 Mar 2020 11:19:04 +0100
+
phat (1.5-4) unstable; urgency=medium
* Add tests.
diff --git a/debian/tests/control b/debian/tests/control
index 1b4d2c3..613d0c7 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,7 @@
Tests: utils.sh
Depends: phat-utils, shunit2
+Restrictions: allow-stderr
Tests: python.sh
Depends: python3-all, python3-phat
+Restrictions: allow-stderr