From b9e6df3851a4464b18f9b883640739e3448130f9 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Thu, 28 Mar 2019 21:49:28 +0000 Subject: [PATCH] Reintroduce cli_test built tag (#4002) Removed in ca43225851ec1e, wanting it back to avoid running cli tests along with unit tests. See #3994 for more info. --- cmd/gaia/cli_test/cli_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/gaia/cli_test/cli_test.go b/cmd/gaia/cli_test/cli_test.go index 1151b908c..b71d6c1c2 100644 --- a/cmd/gaia/cli_test/cli_test.go +++ b/cmd/gaia/cli_test/cli_test.go @@ -1,3 +1,5 @@ +// +build cli_test + package clitest import (