From 25d0e59ef8c43190f02ff18ba546ae93d17c32f2 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 25 Oct 2018 08:36:09 +0100 Subject: [PATCH] fstest/test_all: make sure Version is correct in build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1576a301..4e515ab31 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ version: # Full suite of integration tests test: rclone - go install github.com/ncw/rclone/fstest/test_all + go install --ldflags "-s -X github.com/ncw/rclone/fs.Version=$(TAG)" $(BUILDTAGS) github.com/ncw/rclone/fstest/test_all -test_all 2>&1 | tee test_all.log @echo "Written logs in test_all.log"