diff options
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) { |