softwarefactory-project / rdopkg

power to the packagers
Apache License 2.0
28 stars 21 forks source link

tests may failing if user has default git hooks installed #128

Closed ssbarnea closed 7 years ago

ssbarnea commented 7 years ago

If you have any hooks inside ~/.git-template/ you may be surprised to see that rdopkg tests are failing. This is happening because during the testing some git repos are checkout and commits are made into them, using the default git settings of the current user.

The workaround for this is to tell git not to use the hooks during testing.

Here is a CR to fix that https://softwarefactory-project.io/r/#/c/8834/

yac commented 7 years ago

Fixed in 6a7798ae6e01