2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-06-23 13:52:26 +00:00

tests: exclude d2vm_run_qemu.md from diff as defaults change on virtualization features availability

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-08-10 12:00:01 +02:00
parent 02ca54f141
commit 77690dbb57
3 changed files with 2 additions and 2 deletions

View File

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