1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/9a547a8f0d49/ changeset: r5073:9a547a8f0d49 user: natefoo date: 2011-02-16 19:48:14 summary: Fix unit tests failing on missing dependencies in job runners affected #: 1 file (86 bytes)
--- a/run_unit_tests.sh Wed Feb 16 13:37:13 2011 -0500 +++ b/run_unit_tests.sh Wed Feb 16 13:48:14 2011 -0500 @@ -1,7 +1,9 @@ #!/bin/sh
## Excluding controllers due to the problematic genetrack dependency +## Excluding job runners due to various external dependencies
python ./scripts/nosetests.py -v -w lib \ --with-nosehtml --html-report-file run_unit_tests.html \ - --with-doctest --exclude=functional --exclude="^get" --exclude=controllers + --with-doctest --exclude=functional --exclude="^get" \ + --exclude=controllers --exclude=runners
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
galaxy-commits@lists.galaxyproject.org