From 961171ec882b2642248d0d646dfc79adaf541802 Mon Sep 17 00:00:00 2001 From: Jay DeLuca Date: Wed, 1 Jan 2025 08:35:00 -0500 Subject: [PATCH] Use different code block style --- docs/contributing/running-tests.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/contributing/running-tests.md b/docs/contributing/running-tests.md index 099cd64382ef..623eb556f263 100644 --- a/docs/contributing/running-tests.md +++ b/docs/contributing/running-tests.md @@ -139,4 +139,6 @@ Then you can just use the raw logs to search for "FAILED" or "Task failed with a For instrumentation that has been migrated to use the [invokedynamic based instrumentation mechanism](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/8999), you can leverage breakpoints and standard debugging strategies by adding `-PtestIndy=true` to the gradle command: -`./gradlew -PtestIndy=true :instrumentation::test` +``` +./gradlew -PtestIndy=true :instrumentation::test +```