Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.13.0 (2019-10-01) #409

Merged
merged 3 commits into from
Oct 2, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
service/s3control: Fix incorrect integration test setup
  • Loading branch information
skmcgrail committed Oct 1, 2019
commit 4c34893b8edb4edf9a1be974942695e5cfd1c641
3 changes: 1 addition & 2 deletions service/s3control/cust_integ_shared_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ func init() {
flag.StringVar(&accountID, "account", "",
"The AWS account `ID`.",
)
flag.Parse()
}

func TestMain(m *testing.M) {
setup()

flag.Parse()
os.Exit(m.Run())
}

Expand Down