Преглед изворни кода

Fix makefile syntax error (#10622)

Fix error found via checkmake. It was the only worthwhile issue it reported.
tags/v1.10.5
silverwind пре 4 година
родитељ
комит
334f09d934
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Прегледај датотеку

test: test:
GO111MODULE=on $(GO) test $(GOTESTFLAGS) -mod=vendor -tags='sqlite sqlite_unlock_notify' $(PACKAGES) GO111MODULE=on $(GO) test $(GOTESTFLAGS) -mod=vendor -tags='sqlite sqlite_unlock_notify' $(PACKAGES)


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

Loading…
Откажи
Сачувај