Skip to content
Snippets Groups Projects
Commit 2cf4051a authored by Simon Lejeune's avatar Simon Lejeune
Browse files

[REF] Debian: renamed debhelpers scripts to not contain openerp in their...

[REF] Debian: renamed debhelpers scripts to not contain openerp in their filenames anymore, removed run_all_with_tests.sh script
parent 73592487
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment