Files
galaxy/buildbot_functional_tests.sh
T
2006-11-15 16:28:21 +00:00

9 lines
304 B
Bash

#!/bin/sh
dropdb buildbot_galaxy_functional_tests
createdb buildbot_galaxy_functional_tests
export GALAXY_TEST_DBURI=postgres:///buildbot_galaxy_functional_tests
./nosetests.sh -v --with-nosehtml --html-report-file buildbot_functional_tests.html --with-doctest --exclude="^get" galaxy.test.functional