From: Sebastien Douheret Date: Tue, 21 Aug 2018 17:17:06 +0000 (+0200) Subject: Disable Go cache when running tests X-Git-Tag: 5.99.5~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7ec4cfb73ca8ead1c816e3c7845211ddfb548a12;hp=7ec4cfb73ca8ead1c816e3c7845211ddfb548a12;p=src%2Fxds%2Fxds-server.git Disable Go cache when running tests By default, if the test executable and command line match a previous run and the files and environment variables consulted by that run have not changed either, go test will not really run tests but just print the previous test output. For more info, see https://golang.org/doc/go1.10#test Change-Id: Id37e1a8f7bdcb10584cc9c0f09f0558b319b793a Signed-off-by: Sebastien Douheret ---