2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

Makefile: Fix bench

This commit is contained in:
Alexander Neumann 2015-05-11 18:26:56 +02:00
parent 506bf61f32
commit 61f8169fa0

View File

@ -37,7 +37,7 @@ test: .gopath
bench: .gopath
cd $(BASEPATH) && \
go test GOTESTFLAGS) bench ./...
go test $(GOTESTFLAGS) -bench ./...
gox: .gopath
cd $(BASEPATH) && \