forked from TrueCloudLab/restic
Makefile: Fix bench
This commit is contained in:
parent
506bf61f32
commit
61f8169fa0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -37,7 +37,7 @@ test: .gopath
|
||||||
|
|
||||||
bench: .gopath
|
bench: .gopath
|
||||||
cd $(BASEPATH) && \
|
cd $(BASEPATH) && \
|
||||||
go test GOTESTFLAGS) bench ./...
|
go test $(GOTESTFLAGS) -bench ./...
|
||||||
|
|
||||||
gox: .gopath
|
gox: .gopath
|
||||||
cd $(BASEPATH) && \
|
cd $(BASEPATH) && \
|
||||||
|
|
Loading…
Reference in a new issue