Changeset 1173:9cb8c2c37fac

Show
Ignore:
Timestamp:
04/11/08 16:14:32 (9 months ago)
Author:
Nate Coraor <nate@bx.psu.edu>
branch:
default
convert_revision:
svn:9bcadc22-80f8-0310-8a53-c8f022958886/galaxy/trunk@2534
Message:

Fix the unit tests.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • run_unit_tests.sh

    r3 r1173  
    11#!/bin/sh 
    22 
    3 ./nosetests.sh -v -w lib \ 
     3python -ES ./scripts/nosetests.py -v -w lib \ 
    44    --with-nosehtml --html-report-file run_unit_tests.html \ 
    55    --with-doctest --exclude=functional --exclude="^get"