Skip to content
Snippets Groups Projects

Add link to Orbeet in readme, only include pylint/coverage in generated documentation

Merged Vincent Hatakeyama requested to merge topic/16.0/orbeet into branch/16.0
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -18,8 +18,9 @@
--init $CI_PROJECT_NAME $ADDONS_PATH --db_user=odoo $_TEST_OPTIONS $TEST_OPTIONS
2>&1 | tee $logfile | sed -e 's/\(.*\) \(ERROR\) \(.*\)/\o033[2m\1\o033[22m
\o033[31m\o033[7m\2\o033[27m \3\o033[0m/'
- errors=$(grep -F " ERROR " "$logfile" -c || true)
- if [[ $errors -gt 0 ]]; then
- errors=$(grep " ERROR " "$logfile" -c || true)
- |
if [[ $errors -gt 0 ]]; then
echo "$errors ERROR messages found"
exit 1
fi
Loading