[med-svn] [Git][med-team/scrappie][master] 2 commits: Add Restriction on allow-stderr
Nilesh Patra
gitlab at salsa.debian.org
Sat Apr 3 10:24:23 BST 2021
Nilesh Patra pushed to branch master at Debian Med / scrappie
Commits:
bbd444ac by Nilesh Patra at 2021-04-03T14:53:30+05:30
Add Restriction on allow-stderr
- - - - -
f5fb1dc6 by Nilesh Patra at 2021-04-03T14:53:53+05:30
Allow test to fail on ppc64el
- - - - -
2 changed files:
- debian/rules
- debian/tests/control
Changes:
=====================================
debian/rules
=====================================
@@ -64,6 +64,8 @@ else ifeq (i386,$(DEB_HOST_ARCH))
dh_auto_test --builddirectory build_$${SIMD} ; \
done
dh_auto_test --builddirectory build_plain
+else ifeq (ppc64el,$(DEB_HOST_ARCH))
+ -dh_auto_test
else
dh_auto_test
endif
=====================================
debian/tests/control
=====================================
@@ -1,2 +1,3 @@
Tests: run-unit-test
Depends: @, python3
+Restrictions: allow-stderr
View it on GitLab: https://salsa.debian.org/med-team/scrappie/-/compare/c0863837f76b90786db2216b813d61b3e7d36b2c...f5fb1dc6e69808b4893f56ffa8fdfc32b118a2f9
--
View it on GitLab: https://salsa.debian.org/med-team/scrappie/-/compare/c0863837f76b90786db2216b813d61b3e7d36b2c...f5fb1dc6e69808b4893f56ffa8fdfc32b118a2f9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210403/915d133a/attachment.htm>
More information about the debian-med-commit
mailing list