[IMP] disable the document_ftp in the run_all_with_test script

bzr revid: stw@openerp.com-20120904102925-0yaxin1doamxyrxd
This commit is contained in:
Stephane Wirtel 2012-09-04 12:29:25 +02:00
parent fd40dcbeff
commit af953dab46
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
DATABASE=trunk
dropdb ${DATABASE}
REPOSITORIES=../../addons/trunk
MODULES=`python -c "import os; print ','.join(os.listdir('${REPOSITORIES}'))"`
MODULES=`python -c "import os; print ','.join(list(set(os.listdir('${REPOSITORIES}')) - set(['document_ftp'])))"`
createdb ${DATABASE}
rm openerp-server.log
./openerp-server \