Skip to content

Commit

Permalink
Update apm-agent-builds/apm-agent/src/test/java/co/elastic/apm/agent/…
Browse files Browse the repository at this point in the history
…configuration/ConfigurationExporterTest.java

Co-authored-by: jackshirazi <[email protected]>
  • Loading branch information
videnkz and jackshirazi authored Dec 4, 2023
1 parent 588922b commit bd5e191
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void testGeneratedConfigurationDocsAreUpToDate() throws IOException, TemplateExc
.withFailMessage("The rendered configuration documentation (/docs/configuration.asciidoc) is not up-to-date.\n" +
"If you see this error on CI, it means you have to execute the tests locally " +
"(./mvnw -Dsurefire.failIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false -Dtest=ConfigurationExporterTest -pl apm-agent -am clean test) " +
"or on Windows(./mvnw '-Dsurefire.failIfNoTests=false' '-Dsurefire.failIfNoSpecifiedTests=false' -Dtest=ConfigurationExporterTest -pl apm-agent-builds/apm-agent -am clean test) " +
"or on Windows(.\mvnw '-Dsurefire.failIfNoTests=false' '-Dsurefire.failIfNoSpecifiedTests=false' -Dtest=ConfigurationExporterTest -pl apm-agent-builds/apm-agent -am clean test) " +
"which will update the rendered docs.\n" +
"If you see this error while running the tests locally, there's nothing more to do - the rendered docs have been updated " +
"and the following test execution should not have failed.")
Expand Down

0 comments on commit bd5e191

Please sign in to comment.