From 9810537db1cd42febc3283a69fa6c09b5b212f30 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 1 Jul 2016 22:33:55 +0100 Subject: [PATCH] Put --no-arch-all in build-modes-sbuild act, not only its real_act Cosmetic change only. --- debian/changelog | 2 ++ tests/tests/build-modes-sbuild | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 44b39aec..1f73c7c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ dgit (1.5~~) unstable; urgency=medium Test suite: * When sbuild fails, do not crash due to sed not finding the log file. Instead, simply tolerate the absence of the log file. + * Put --no-arch-all in build-modes-sbuild act, not only its real_act. + Cosmetic change only. -- diff --git a/tests/tests/build-modes-sbuild b/tests/tests/build-modes-sbuild index a4ffcf5b..2a69ca98 100755 --- a/tests/tests/build-modes-sbuild +++ b/tests/tests/build-modes-sbuild @@ -26,8 +26,8 @@ bm_quirk_after_act=after-hook bm-prep -act="sbuild -c build" -real_act="$act --no-arch-all" +act="sbuild -c build --no-arch-all" +real_act="$act" e_source=true e_targets='build-arch binary-arch' -- 2.30.2