[med-svn] r22791 - trunk/packages/python-cogent/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Sep 14 15:05:59 UTC 2016
Author: tille
Date: 2016-09-14 15:05:57 +0000 (Wed, 14 Sep 2016)
New Revision: 22791
Modified:
trunk/packages/python-cogent/trunk/debian/rules
Log:
Do real testing after lost testcases are excluded
Modified: trunk/packages/python-cogent/trunk/debian/rules
===================================================================
--- trunk/packages/python-cogent/trunk/debian/rules 2016-09-14 15:05:14 UTC (rev 22790)
+++ trunk/packages/python-cogent/trunk/debian/rules 2016-09-14 15:05:57 UTC (rev 22791)
@@ -91,8 +91,7 @@
for tst in $(FAIL_ON_I386_TESTS) ; do sed -i "/$${tst}/d" tests/alltests.py ; done
endif
endif
- BLASTMAT=/usr/share/ncbi/data/ $(CURDIR)/run_tests || true # --debug
- cat /tmp/cd-hit.debug
+ BLASTMAT=/usr/share/ncbi/data/ $(CURDIR)/run_tests # --debug
# restore original tests file
mv tests/alltests.py~ tests/alltests.py
find tests -name "*.pyc" -delete
More information about the debian-med-commit
mailing list