- change path odoo to support multiple - conf pycharm exclude folder - refactor run/test/coverage by use same script
7 lines
152 B
Bash
Executable file
7 lines
152 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Usage, ./test.sh -d test_addons_name -i module_name
|
|
|
|
export ODOO_MODE_COVERAGE="true"
|
|
export ODOO_MODE_TEST="true"
|
|
|
|
./run.sh "$@"
|