summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-30 12:12:31 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-07-30 12:12:31 +0200
commit10e327e20b18cdabf71db42ad73fd26a3de63ff6 (patch)
treed1e628a3b714740713390c0869d949ba9b1d67f9
parentfd973127059bc63d42746b90436649ed4892650d (diff)
Do not run tests on x32
-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 \