mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-30 16:58:03 +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
|