summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index f0dcb70..a48ff14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ override_dh_auto_test:
[ "${arch}" = "armhf" ] || \
[ "${arch}" = "mips" ] || \
[ "${arch}" = "mipsel" ] || \
+ [ "${arch}" = "x32" ] || \
[ "${arch}" = "s390x" ] ; then \
echo "Do not care of test result on this architecture" ;\
else \