From af953dab4619c3cb995bae3921e1b7d90ba3dd40 Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Tue, 4 Sep 2012 12:29:25 +0200 Subject: [PATCH] [IMP] disable the document_ftp in the run_all_with_test script bzr revid: stw@openerp.com-20120904102925-0yaxin1doamxyrxd --- scripts/run_all_with_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_all_with_tests.sh b/scripts/run_all_with_tests.sh index 4103b6243e2..877a5908b1a 100755 --- a/scripts/run_all_with_tests.sh +++ b/scripts/run_all_with_tests.sh @@ -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 \