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

Better name formatting for TeamCity #154

Merged
merged 2 commits into from
May 3, 2017
Merged

Better name formatting for TeamCity #154

merged 2 commits into from
May 3, 2017

Conversation

ronniebarker
Copy link
Contributor

#153 - maybe like this...


passed = fun n d -> async {
do! innerPrinter.passed n d
tcLog "testFinished" [
"flowId", n
"name", n
"flowId", ( formatName n )
Copy link
Owner

Choose a reason for hiding this comment

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

Remove the parenthesis and the extra spaces.

@haf
Copy link
Owner

haf commented May 3, 2017

This feature will interacts with #146 – with it, we'd not need string-replace of the already-joined name, only for each string in the name field of the Message.

@ronniebarker
Copy link
Contributor Author

Are you suggesting that #146 makes this irrelevant or that they can work together?

@haf
Copy link
Owner

haf commented May 3, 2017

They can work together.

@haf haf merged commit 968629d into haf:master May 3, 2017
@haf
Copy link
Owner

haf commented May 3, 2017

Thanks @ronniebarker !

@haf
Copy link
Owner

haf commented May 3, 2017

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.

None yet

2 participants