[med-svn] r16774 - trunk/packages/python-biopython/trunk/debian/tests
Andreas Tille
tille at moszumanska.debian.org
Thu Apr 24 14:51:06 UTC 2014
Author: tille
Date: 2014-04-24 14:51:06 +0000 (Thu, 24 Apr 2014)
New Revision: 16774
Modified:
trunk/packages/python-biopython/trunk/debian/tests/run-unit-test
Log:
we really need this gzipped duplicate of the example.fastq file to pass the BGZF compression test
Modified: trunk/packages/python-biopython/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/python-biopython/trunk/debian/tests/run-unit-test 2014-04-24 14:08:10 UTC (rev 16773)
+++ trunk/packages/python-biopython/trunk/debian/tests/run-unit-test 2014-04-24 14:51:06 UTC (rev 16774)
@@ -9,6 +9,8 @@
cp -a /usr/share/doc/python-biopython-doc/Doc/Tutorial.tex* Doc
find . -name "*.gz" -exec gunzip \{\} \;
cd Tests
+# we really need this gzipped duplicate of the example.fastq file to pass the BGZF compression test
+gzip --keep Quality/example.fastq
# bwa is only available on amd64
BUILDARCH=
More information about the debian-med-commit
mailing list