Skip to content

Change the message sent to IntelliJ when starting the test suites to the correct one #8330

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

helomri
Copy link
Contributor

@helomri helomri commented Jul 15, 2025

This is the cause of the error mentioned in #8325.
Previously, the correct message was being sent hard-coded and was supposed to be replaced by ServiceMessageBuilder.testsStarted() once the method was available. Instead, ServiceMessageBuilder.testStarted("") was used which changes the message to ##teamcity[testStarted name=''] from ##teamcity[enteredtheMatrix] (hence the error).

This one-liner just replaces the erroneous call to the correct one.


  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

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.

1 participant