From abbf63d650e4a1bf9f497f5a8bd45dbea6a8b930 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Thu, 18 Mar 2021 01:47:31 +0000 Subject: Migrate sdk package to a per test build directory Bug: 182885307 Test: m nothing Change-Id: I051f2572ce5e94e2a3a66cf7663797178b7d1506 --- sdk/sdk_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdk/sdk_test.go') diff --git a/sdk/sdk_test.go b/sdk/sdk_test.go index 05d8bdb92..b7da95cae 100644 --- a/sdk/sdk_test.go +++ b/sdk/sdk_test.go @@ -31,7 +31,7 @@ func TestMain(m *testing.M) { os.Exit(0) } - runTestWithBuildDir(m) + os.Exit(m.Run()) } func TestDepNotInRequiredSdks(t *testing.T) { -- cgit v1.2.3-59-g8ed1b