Skip to content

misc bug fixes#1

Open
marcoferrer wants to merge 1 commit intoreportportal:masterfrom
marcoferrer:bug-fixes
Open

misc bug fixes#1
marcoferrer wants to merge 1 commit intoreportportal:masterfrom
marcoferrer:bug-fixes

Conversation

@marcoferrer
Copy link

Changes included in this PR

  • Merging launches now includes the name of each of the original launches in the description. Previously the final launch description was
null
null
null
  • Multiple attributes can be passed via --attr. Eg. gorp report --attr hello:world --attr foo:bar
  • Tests and suites no longer use time.Now() and the time recorded in the test is passed through


for _, s := range attrs {
parts := strings.Split(s, ":")
result = append(result, &gorp.Attribute{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would use indexes since result array has finite length
result[i]=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants