aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/Makefile')
-rw-r--r--client/go/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index 8a07f880c24..78adf299f0e 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -131,8 +131,7 @@ clean:
rmdir -p $(BIN) $(SHARE)/man/man1 > /dev/null 2>&1 || true
test: ci
- mkdir -p mytmp
- TMPDIR=`pwd`/mytmp go test ./...
+ go test ./...
checkfmt:
@bash -c "diff --line-format='%L' <(echo -n) <(gofmt -l .)" || { echo "one or more files need to be formatted: try make fmt to fix this automatically"; exit 1; }