Skip to content

Commit 175267d

Browse files
committed
Rename tests -> integration-tests
Also change back the Makefile to use `make integration-test`.
1 parent 6a60048 commit 175267d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ lint:
6666
fi
6767
for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done;
6868

69-
.PHONY: e2e-test
70-
e2e-test: TAGS=bindata sqlite
71-
e2e-test: build
72-
go test code.gitea.io/gitea/tests
69+
.PHONY: integration-test
70+
integration-test: TAGS=bindata sqlite
71+
integration-test: build
72+
go test code.gitea.io/gitea/integration-tests
7373

7474
.PHONY: test
7575
test:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)