tests: docs-up-to-date: show diff when failed

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2022-08-10 11:42:16 +02:00
parent 82f7d662c7
commit 02ca54f141
Signed by: adphi
GPG Key ID: 46BE4062DB2397FF
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ tests:
docs-up-to-date:
@$(MAKE) docs
@git diff --quiet docs || (echo "Please regenerate the documentation with 'make docs'"; exit 1)
@git diff --quiet docs || (git --no-pager diff; echo "Please regenerate the documentation with 'make docs'"; exit 1)
check-fmt:
@[ "$(gofmt -l $(find . -name '*.go') 2>&1)" = "" ]