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

change messages on testing

parent 849932ff7482
No related branches found
No related tags found
No related merge requests found
......@@ -101,8 +101,8 @@
then
if [[ "$fail_on_errors" == "False" ]];
then
echo "[${MAGENTA}WARN${RESET}] Cannot install modules ($errors ERROR messages found)"
echo "[${MAGENTA}WARN${RESET}] Install modules with $errors ERROR messages"
else
echo "[${RED} KO ${RESET}] Cannot install modules ($errors ERROR messages found)"
exit 1
fi
......@@ -105,7 +105,9 @@
else
echo "[${RED} KO ${RESET}] Cannot install modules ($errors ERROR messages found)"
exit 1
fi
else
echo "[${GREEN} OK ${RESET}] Modules installed"
fi
echo "[${YELLOW}INFO${RESET}] Run tests on $dbname"
$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