[med-svn] [microbiomeutil] 01/04: Tests do not run that specifically long to skip them on certain architectures
Andreas Tille
tille at debian.org
Wed Jan 20 16:38:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository microbiomeutil.
commit a347b82a1156a0738a49ef5dadedbac82b5b6f65
Author: Andreas Tille <tille at debian.org>
Date: Wed Jan 20 16:29:14 2016 +0100
Tests do not run that specifically long to skip them on certain architectures
---
debian/changelog | 2 +-
debian/rules | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9b0f9c9..ce4a627 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ microbiomeutil (20101212+dfsg1-1) UNRELEASED; urgency=low
* Moved debian/upstream to debian/upstream/metadata
* cme fix dpkg-control
* Cleanup d/rules
- * Fix build time tests and run these at least on amd64 architecture
+ * Fix build time tests and run these
* Add doc-base file
* d/watch: add missing repacksuffix
* Moved packaging from SVN to Git
diff --git a/debian/rules b/debian/rules
index 2bf84d7..2ece2a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,12 +11,12 @@ override_dh_auto_test:
ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
echo 'skip testing due to DEB_BUILD_OPTIONS="$(DEB_BUILD_OPTIONS)"'
else
-# Run test suite only on powerfull architectures (amd64) at build time
-ifneq (,$(filter $(DEB_HOST_ARCH),amd64 kfreebsd-amd64))
+## Run test suite only on powerfull architectures (amd64) at build time
+#ifneq (,$(filter $(DEB_HOST_ARCH),amd64 kfreebsd-amd64))
dh_auto_test
-else
- echo "Do not run test suite when building on architecture $(DEB_HOST_ARCH)"
-endif
+#else
+# echo "Do not run test suite when building on architecture $(DEB_HOST_ARCH)"
+#endif
endif
override_dh_auto_build :
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/microbiomeutil.git
More information about the debian-med-commit
mailing list