summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2018-02-15 17:04:29 +0100
committerPierre Schmitz <mail@pierre-schmitz.com>2018-02-15 17:13:46 +0100
commit24671e6cb2fa343fd6f15fe54b16840aed091ad4 (patch)
tree8d2588aa4a71d6faa47ae6b62da1296665927d35
parent883005f5450ed6a278b5cef46be1245783840b29 (diff)
PR-2: Allow i686 for tests
-rw-r--r--test/lib/common.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/common.bash b/test/lib/common.bash
index 7589f51..540e403 100644
--- a/test/lib/common.bash
+++ b/test/lib/common.bash
@@ -98,6 +98,7 @@ setup() {
SOURCE_CLEANUP_DESTDIR="${TMP}/source-cleanup"
STAGING="${TMP}/staging"
TMPDIR="${TMP}/tmp"
+ ARCHES=(x86_64 i686)
CLEANUP_DRYRUN=false
SOURCE_CLEANUP_DRYRUN=false
eot