Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Resolves issues with teamcity reporter #750
Conversation
- the `[` and `]` were not escaped - the `"` was escaped though not needed - If total length of message inside the square brackets exceeds 4000 characters it's causing teamcity to report success for a test failed Resolves #747
|
Need to add one more test fir long outputs. If output is long I cut it and the message can be misleadimg as it doesn't say it's trimmed. |
[and]were not escaped"was escaped though not neededResolves #747