2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 16:10:49 +00:00

Makefile: Remove target test-integration

This commit is contained in:
Alexander Neumann 2015-06-13 14:30:15 +02:00
parent cf27a0fdc7
commit 246fdb13f9

View File

@ -48,19 +48,6 @@ gox: .gopath $(SOURCE)
cd $(BASEPATH) && \ cd $(BASEPATH) && \
gox -verbose -os "$(GOX_OS)" ./cmd/restic gox -verbose -os "$(GOX_OS)" ./cmd/restic
test-integration: .gopath
cd $(BASEPATH) && go test $(GOTESTFLAGS) \
./backend \
-cover -covermode=count -coverprofile=integration-sftp.cov \
-test.integration \
-test.sftppath=$(SFTP_PATH)
cd $(BASEPATH) && go test $(GOTESTFLAGS) \
./cmd/restic \
-cover -covermode=count -coverprofile=integration.cov \
-test.integration \
-test.datafile=$(PWD)/testsuite/fake-data.tar.gz
all.cov: .gopath $(SOURCE) all.cov: .gopath $(SOURCE)
cd $(BASEPATH) && go run run_tests.go all.cov cd $(BASEPATH) && go run run_tests.go all.cov