[REF] Debian: renamed debhelpers scripts to not contain openerp in their filenames anymore, removed run_all_with_tests.sh script

This commit is contained in:
Simon Lejeune 2014-09-02 12:06:39 +02:00
parent 735924878f
commit 2cf4051a15
6 changed files with 0 additions and 17 deletions

View File

View File

@ -1,17 +0,0 @@
#!/usr/bin/env bash
DATABASE=trunk
dropdb ${DATABASE}
REPOSITORIES=../../addons/trunk
MODULES=`python -c "import os; print ','.join(list(set(os.listdir('${REPOSITORIES}')) - set(['document_ftp'])))"`
createdb ${DATABASE}
rm openerp-server.log
./openerp-server \
--log-level=debug \
--addons=${REPOSITORIES},../../web/trunk/addons \
-d ${DATABASE} \
-i ${MODULES} \
--stop-after-init \
--no-xmlrpc \
--no-xmlrpcs \
--test-enable \
--logfile=openerp-server.log