[IMP] Portal: override of mail_mail to add the signin link into footer of send notifi...
[odoo/odoo.git] / scripts / run_all_with_tests.sh
index 4103b62..877a590 100755 (executable)
@@ -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 \