diff options
author | 2021-03-18 01:47:31 +0000 | |
---|---|---|
committer | 2021-03-18 01:48:25 +0000 | |
commit | abbf63d650e4a1bf9f497f5a8bd45dbea6a8b930 (patch) | |
tree | 7ebed76f3935322bad949491ce98a6012ab1506e /sdk/sdk_test.go | |
parent | 45a497180892a47cd69758b9d9126b7c608485ce (diff) |
Migrate sdk package to a per test build directory
Bug: 182885307
Test: m nothing
Change-Id: I051f2572ce5e94e2a3a66cf7663797178b7d1506
Diffstat (limited to 'sdk/sdk_test.go')
-rw-r--r-- | sdk/sdk_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |