Update tests/README.md

This commit is contained in:
Morgan Courbet 2017-07-05 21:27:38 +02:00
parent 912f7d9e01
commit 7b39fa13a6
No known key found for this signature in database
GPG key ID: 467299D324A21B24

View file

@ -16,3 +16,9 @@ Running the tests
```shell-session
$ make test
```
If the tests failed whereas [the ones from the last tag](https://travis-ci.org/pre-commit/pre-commit-hooks) did not, your Git configuration might interfere with `pre-commit-hooks`. In this case, you can ignore your current Git configuration by setting a temporary environment variable:
```shell-session
$ env HOME=/tmp make test
```