From 7ae752357f254e01fc87d08f1e8ffdf3cc9b83b5 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 5 Sep 2023 14:40:35 -0700 Subject: [PATCH] mark the minimized autopkgtest as also allowing stderr, in the event of any error messages from blkid. --- debian/changelog | 2 ++ debian/tests/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 54f47ab5..8122cbd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ livecd-rootfs (23.10.31) UNRELEASED; urgency=medium * blkid is unreliable in mount_image(), but this blkid call is only here for debugging, so ignore any failures (even if we don't understand them). LP: #2034299. + * mark the minimized autopkgtest as also allowing stderr, in the event of + any error messages from blkid. -- Steve Langasek Tue, 05 Sep 2023 12:29:24 -0700 diff --git a/debian/tests/control b/debian/tests/control index 0747493a..28f5903f 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -4,4 +4,4 @@ Restrictions: needs-root isolation-machine allow-stderr Tests: minimized Depends: @, lsb-release -Restrictions: needs-root isolation-machine +Restrictions: needs-root isolation-machine allow-stderr