Parcourir la source

Fix makefile syntax error (#10622)

Fix error found via checkmake. It was the only worthwhile issue it reported.
tags/v1.10.5
silverwind il y a 4 ans
Parent
révision
334f09d934
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Voir le fichier

@@ -258,7 +258,7 @@ fmt-check:
test:
GO111MODULE=on $(GO) test $(GOTESTFLAGS) -mod=vendor -tags='sqlite sqlite_unlock_notify' $(PACKAGES)

PHONY: test-check
.PHONY: test-check
test-check:
@echo "Checking if tests have changed the source tree...";
@diff=$$(git status -s); \

Chargement…
Annuler
Enregistrer