summaryrefslogtreecommitdiff
path: root/sdk/sdk_test.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2021-03-18 17:05:11 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-03-18 17:05:11 +0000
commitebcb37bab1e74c1d7594d9568105f70c91e2381c (patch)
treeb79daefa6a81b46324bf110770d52365bdbe796b /sdk/sdk_test.go
parentc3f89bece1246e599adbf0232e54f7962277603b (diff)
parentabbf63d650e4a1bf9f497f5a8bd45dbea6a8b930 (diff)
Merge "Migrate sdk package to a per test build directory"
Diffstat (limited to 'sdk/sdk_test.go')
-rw-r--r--sdk/sdk_test.go2
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) {