From e8a33ee6239e8b5b014da056b9377cea894b845f Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Wed, 18 Jan 2017 14:34:46 -0800 Subject: [PATCH] Enable go tests for blueprint_tools We haven't been building the tests for any Go tools that get built during the primary stage, since we haven't been passing -t to the primary builder. So enable them there so that we test those tools. Change-Id: Ic7720c0679419f9e1ba61c7e151f37eb5c7bc8dc --- bootstrap/bootstrap.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/bootstrap.go b/bootstrap/bootstrap.go index 9161731..8bc48fa 100644 --- a/bootstrap/bootstrap.go +++ b/bootstrap/bootstrap.go @@ -612,6 +612,7 @@ func (s *singleton) GenerateBuildActions(ctx blueprint.SingletonContext) { case 1: primaryBuilderName = ctx.ModuleName(primaryBuilders[0]) + primaryBuilderExtraFlags = extraTestFlags default: ctx.Errorf("multiple primary builder modules present:")