summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-11-16 08:38:57 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2018-11-16 08:38:57 +0100
commitf467f075e462e19b2d6c5e76bab041c1144e4f50 (patch)
treea5b422c7190260ff14a93e2466854c434410636c
parentef708c07defab523a288d011cb40c9c497d537f9 (diff)
Re-enable tests on all architectures
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules15
2 files changed, 7 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index 3944e80..02c40a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osmo-hlr (0.2.1-4) unstable; urgency=low
+
+ * Re-enable tests on all architectures
+
+ -- Ruben Undheim <rubund@debian.org> Fri, 16 Nov 2018 08:38:18 +0100
+
osmo-hlr (0.2.1-3) unstable; urgency=medium
* debian/control:
diff --git a/debian/rules b/debian/rules
index 3cfe3e8..6a206cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,20 +14,7 @@ override_dh_shlibdeps:
# Print test results in case of a failure
override_dh_auto_test:
echo ${arch}
- if [ "${arch}" = "s390x" ] || \
- [ "${arch}" = "hppa" ] || \
- [ "${arch}" = "powerpc" ] || \
- [ "${arch}" = "ppc64" ] || \
- [ "${arch}" = "sparc64" ] || \
- [ "${arch}" = "mips64el" ] || \
- [ "${arch}" = "mipsel" ] || \
- [ "${arch}" = "alpha" ] || \
- [ "${arch}" = "mips" ] ; then \
- echo "Do not care of test result on this architecture" ;\
- else \
- echo "Do make tests on this architecture" ;\
- dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false) \
- fi
+ dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
override_dh_clean:
dh_clean