root/run_unit_tests.sh

Revision 1173:9cb8c2c37fac, 175 bytes (checked in by Nate Coraor <nate@bx.psu.edu>, 9 months ago)

Fix the unit tests.

  • Property exe set to *
Line 
1 #!/bin/sh
2
3 python -ES ./scripts/nosetests.py -v -w lib \
4     --with-nosehtml --html-report-file run_unit_tests.html \
5     --with-doctest --exclude=functional --exclude="^get"
Note: See TracBrowser for help on using the browser.