mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 05:31:04 +08:00
9 lines
304 B
Bash
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
|