Author: tille Date: 2014-09-03 10:17:36 +0000 (Wed, 03 Sep 2014) New Revision: 17936
Modified: trunk/packages/bowtie/trunk/debian/README.test trunk/packages/bowtie/trunk/debian/bowtie.docs trunk/packages/bowtie/trunk/debian/bowtie.install Log: Fix instructions for manual test Modified: trunk/packages/bowtie/trunk/debian/README.test =================================================================== --- trunk/packages/bowtie/trunk/debian/README.test 2014-09-03 10:00:37 UTC (rev 17935) +++ trunk/packages/bowtie/trunk/debian/README.test 2014-09-03 10:17:36 UTC (rev 17936) @@ -3,7 +3,7 @@ To run the unit tests provided by the package you can do - sh run-unit-test + cd tests; sh run-unit-test in this directory. Make sure you have installed bowtie-examples before running the script. Modified: trunk/packages/bowtie/trunk/debian/bowtie.docs =================================================================== --- trunk/packages/bowtie/trunk/debian/bowtie.docs 2014-09-03 10:00:37 UTC (rev 17935) +++ trunk/packages/bowtie/trunk/debian/bowtie.docs 2014-09-03 10:17:36 UTC (rev 17936) @@ -4,4 +4,3 @@ doc/manual.html doc/style.css debian/README.test -debian/tests/run-unit-test Modified: trunk/packages/bowtie/trunk/debian/bowtie.install =================================================================== --- trunk/packages/bowtie/trunk/debian/bowtie.install 2014-09-03 10:00:37 UTC (rev 17935) +++ trunk/packages/bowtie/trunk/debian/bowtie.install 2014-09-03 10:17:36 UTC (rev 17936) @@ -2,3 +2,4 @@ bowtie-build usr/bin bowtie-inspect usr/bin bowtie*-debug usr/bin +debian/tests/[er]* usr/share/doc/bowtie/tests _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
