mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
7 lines
169 B
Bash
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
|