Skip to content

Commit

Permalink
Merge pull request #571 from plone/mamico-patch-1
Browse files Browse the repository at this point in the history
fix test-coverage bash script
  • Loading branch information
MrTango authored Oct 25, 2024
2 parents e3cd75e + b102ed1 commit 8d2e31e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
6.3.4 (unreleased)
------------------

- Nothing changed yet.
- fix test-coverage bash script, so that it will fail if the tests fail
[mamico]


6.3.3 (2024-07-31)
Expand Down
1 change: 1 addition & 0 deletions bobtemplates/plone/addon/base.cfg.bob
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ eggs = coverage
recipe = collective.recipe.template
input = inline:
#!/bin/bash
set -e
export TZ=UTC
${buildout:directory}/bin/coverage run bin/test $*
${buildout:directory}/bin/coverage html
Expand Down

0 comments on commit 8d2e31e

Please sign in to comment.