2022-04-23 00:27:38 -04:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
# Usage, ./test.sh -d test_addons_name -i module_name
|
|
|
|
|
|
2025-05-04 23:10:34 -04:00
|
|
|
export ODOO_MODE_COVERAGE="true"
|
|
|
|
|
export ODOO_MODE_TEST="true"
|
2022-04-23 00:27:38 -04:00
|
|
|
|
2025-05-04 23:10:34 -04:00
|
|
|
./run.sh "$@"
|