From: Ian Jackson Date: Fri, 1 Jul 2016 21:33:55 +0000 (+0100) Subject: Put --no-arch-all in build-modes-sbuild act, not only its real_act X-Git-Tag: archive/debian/2.0~378 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9810537db1cd42febc3283a69fa6c09b5b212f30;p=dgit.git Put --no-arch-all in build-modes-sbuild act, not only its real_act Cosmetic change only. --- 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'