From 7b39fa13a6dafc74a8b3f64b63779f6a20f60bdb Mon Sep 17 00:00:00 2001 From: Morgan Courbet Date: Wed, 5 Jul 2017 21:27:38 +0200 Subject: [PATCH] Update tests/README.md --- tests/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/README.md b/tests/README.md index e9eafca..36a5803 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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 +```