From b60c3e7ab1b0c38621c4e50115133ff82cc8ed99 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Fri, 1 Apr 2016 08:58:40 -0700 Subject: [PATCH] feat(e2e): add build flags --- test/e2e/helm.go | 2 ++ test/e2e/helm_test.go | 2 ++ test/e2e/kubernetes.go | 2 ++ 3 files changed, 6 insertions(+) diff --git a/test/e2e/helm.go b/test/e2e/helm.go index aa527de77..475e588a3 100644 --- a/test/e2e/helm.go +++ b/test/e2e/helm.go @@ -1,3 +1,5 @@ +// build +e2e + package e2e import ( diff --git a/test/e2e/helm_test.go b/test/e2e/helm_test.go index ce4f40aee..9bedab317 100644 --- a/test/e2e/helm_test.go +++ b/test/e2e/helm_test.go @@ -1,3 +1,5 @@ +// build +e2e + package e2e import ( diff --git a/test/e2e/kubernetes.go b/test/e2e/kubernetes.go index bb15e839b..a4f2ff346 100644 --- a/test/e2e/kubernetes.go +++ b/test/e2e/kubernetes.go @@ -1,3 +1,5 @@ +// build +e2e + package e2e import (