log single tool testing to run_functional_tests.html

This commit is contained in:
Jianbin He
2007-07-13 14:52:16 +00:00
parent 65aeb6ec40
commit 43a44ac9fe
+1 -1
View File
@@ -11,7 +11,7 @@ elif [ $1 = 'help' ]; then
echo "'run_functional_tests.sh -id bbb' for testing one tool with id 'bbb'"
echo "'run_functional_tests.sh -list' for listing all the tool ids"
elif [ $1 = '-id' ]; then
./nosetests.sh -v -w test functional.test_toolbox:GeneratedToolTestCase_$2
./nosetests.sh -v -w test functional.test_toolbox:GeneratedToolTestCase_$2 --with-nosehtml --html-report-file run_functional_tests.html
elif [ $1 = '-list' ]; then
python tool_list.py
echo "==========================================================================================================================================="