[hg] galaxy 2398: Exclude controllers from unit tests to elimina...
details: http://www.bx.psu.edu/hg/galaxy/rev/6c76023580e3 changeset: 2398:6c76023580e3 user: Greg Von Kuster <greg@bx.psu.edu> date: Tue May 05 08:29:23 2009 -0400 description: Exclude controllers from unit tests to eliminate the broken genetrack test. 1 file(s) affected in this change: run_unit_tests.sh diffs (12 lines): diff -r 8edceee8c818 -r 6c76023580e3 run_unit_tests.sh --- a/run_unit_tests.sh Mon May 04 12:20:26 2009 -0400 +++ b/run_unit_tests.sh Tue May 05 08:29:23 2009 -0400 @@ -1,5 +1,7 @@ #!/bin/sh + +## Excluding controllers due to the problematic genetrack dependency python -ES ./scripts/nosetests.py -v -w lib \ --with-nosehtml --html-report-file run_unit_tests.html \ - --with-doctest --exclude=functional --exclude="^get" + --with-doctest --exclude=functional --exclude="^get" --exclude=controllers
participants (1)
-
Nate Coraor