commit | abbf63d650e4a1bf9f497f5a8bd45dbea6a8b930 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Thu Mar 18 01:47:31 2021 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Thu Mar 18 01:48:25 2021 +0000 |
tree | 7ebed76f3935322bad949491ce98a6012ab1506e | |
parent | 45a497180892a47cd69758b9d9126b7c608485ce [diff] [blame] |
Migrate sdk package to a per test build directory Bug: 182885307 Test: m nothing Change-Id: I051f2572ce5e94e2a3a66cf7663797178b7d1506
diff --git a/sdk/sdk_test.go b/sdk/sdk_test.go index 05d8bdb..b7da95c 100644 --- a/sdk/sdk_test.go +++ b/sdk/sdk_test.go
@@ -31,7 +31,7 @@ os.Exit(0) } - runTestWithBuildDir(m) + os.Exit(m.Run()) } func TestDepNotInRequiredSdks(t *testing.T) {