root/galaxy-central/run_unit_tests.sh
リビジョン 2, 263 bytes (コミッタ: hatakeyama, 14 年 前) | |
---|---|
|
行番号 | |
---|---|
1 | #!/bin/sh |
2 | |
3 | ## Excluding controllers due to the problematic genetrack dependency |
4 | |
5 | python ./scripts/nosetests.py -v -w lib \ |
6 | --with-nosehtml --html-report-file run_unit_tests.html \ |
7 | --with-doctest --exclude=functional --exclude="^get" --exclude=controllers |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。