summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-01 22:33:55 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-01 22:33:56 +0100
commit9810537db1cd42febc3283a69fa6c09b5b212f30 (patch)
tree6f538225f40b1ca36ed92f983856312d039c0b74
parentfbf7faf2761cbb5333bf75b993fa56d460d0fa39 (diff)
Put --no-arch-all in build-modes-sbuild act, not only its real_act
Cosmetic change only.
-rw-r--r--debian/changelog2
-rwxr-xr-xtests/tests/build-modes-sbuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 44b39ae..1f73c7c 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 a4ffcf5..2a69ca9 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'