Activity log for bug #1282622

Date Who What changed Old value New value Message
2014-02-20 14:58:06 Alexandre Fayolle - camptocamp bug added bug
2014-02-20 14:58:26 Alexandre Fayolle - camptocamp description Hi, reading the code of the recipe, I found in postbuildout.py install_modules_test_openerp: steps.append(ShellCommand(command=[ 'bin/test_openerp', '-i', comma_list_sanitize(options.get('openerp-addons', 'all')), and I thought "nice, I can use 'all' or even omit openerp-addons and this will run the tests for all module" It turns out that it does not : bin/start_openerp --stop-after-init -i all does not install anything apart from base and the web addons. Hi, reading the code of the recipe, I found in postbuildout.py install_modules_test_openerp:     steps.append(ShellCommand(command=[         'bin/test_openerp', '-i',         comma_list_sanitize(options.get('openerp-addons', 'all')), and I thought "nice, I can use 'all' or even omit openerp-addons and this will run the tests for all modules" It turns out that it does not : bin/start_openerp --stop-after-init -i all does not install anything apart from base and the web addons.