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

:ambulance: use correct echo option when writing metrics file

parent 8a8e70098ba6
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@
# create a metrics file
if [ "$CI" = "true" ];
then
echo "odoo_scripts_tests_ran $tests_ran\nodoo_scripts_tests_failures $tests_failures\nodoo_scripts_tests_error $tests_error" > metrics
echo -e "odoo_scripts_tests_ran $tests_ran\nodoo_scripts_tests_failures $tests_failures\nodoo_scripts_tests_error $tests_error" > metrics
fi
if [ $ODOO_TYPE != 'odoo13' ];
then
......
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