From 8c3d3087d65a1ff3115943048c2e1114d493b2ab Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 30 Aug 2023 08:28:51 -0700 Subject: [PATCH] Allow stderr in the autopkgtest. --- debian/changelog | 6 ++++++ debian/tests/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0537d7b9..b7737170 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (23.10.28) UNRELEASED; urgency=medium + + * Allow stderr in the autopkgtest. + + -- Steve Langasek Wed, 30 Aug 2023 08:27:27 -0700 + livecd-rootfs (23.10.27) mantic; urgency=medium * Add ubuntu to the list of targets we autopkgtest for on amd64, to ensure diff --git a/debian/tests/control b/debian/tests/control index 671e49e9..0747493a 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,6 +1,6 @@ Tests: default-bootstraps Depends: @, lsb-release -Restrictions: needs-root isolation-machine +Restrictions: needs-root isolation-machine allow-stderr Tests: minimized Depends: @, lsb-release