Files
galaxy/run_functional_tests.sh
T
2006-11-15 16:55:17 +00:00

7 lines
169 B
Bash

#!/bin/sh
rm -f run_functional_tests.log
./nosetests.sh -v -w test \
--with-nosehtml --html-report-file run_functional_tests.html \
--exclude="^get" functional