Skip to content

Commit

Permalink
Use different code block style
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeluca committed Jan 1, 2025
1 parent 758753b commit 961171e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/contributing/running-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<INSTRUMENTATION_NAME>:test`
```
./gradlew -PtestIndy=true :instrumentation:<INSTRUMENTATION_NAME>:test
```

0 comments on commit 961171e

Please sign in to comment.