Skip to content
Snippets Groups Projects
Commit cc63d3ead1c8 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

give extra arguments of do_tests to it

parent 23948a73a8a8
No related branches found
No related tags found
No related merge requests found
......@@ -79,4 +79,4 @@
echo ${YELLOW}INFO ${RESET} - Install those modules
$here/start $INSTALL_ARGUMENTS -i $modules_to_install -d $dbname --max-cron=0 --stop-after-init $* $ODOO_HOST $ODOO_USER || { echo ${RED}FATAL${RESET} - Cannot install modules ; exit 1; }
echo ${YELLOW}INFO ${RESET} - Run tests on $dbname
$here/run_tests $dbname $ODOO_HOST $ODOO_USER
$here/run_tests $dbname $ODOO_HOST $ODOO_USER $*
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