From 246fdb13f9a43855e9f1bdba981972d96e233662 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 13 Jun 2015 14:30:15 +0200 Subject: [PATCH] Makefile: Remove target `test-integration` --- Makefile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Makefile b/Makefile index 2f6f1cdd1..2821e4a5d 100644 --- a/Makefile +++ b/Makefile @@ -48,19 +48,6 @@ gox: .gopath $(SOURCE) cd $(BASEPATH) && \ 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) cd $(BASEPATH) && go run run_tests.go all.cov