From ebf0b7e6b37a0674da370c5fe0057f1aeac1d5a0 Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Tue, 16 Aug 2022 15:33:42 +0200 Subject: Revert "Arnej/use go logfmt" --- client/go/.gitignore | 1 - client/go/Makefile | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'client/go') diff --git a/client/go/.gitignore b/client/go/.gitignore index baab7c638c6..8933bc220cb 100644 --- a/client/go/.gitignore +++ b/client/go/.gitignore @@ -6,4 +6,3 @@ share/ !target/ mytestapp/ mytestapp-cache/ -mytmp/ 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; } -- cgit v1.2.3