Commit 36cbf1d
fix(test): remove duplicate -p flag after rebase onto develop
After rebasing onto develop (which added PR #805's btracePort field and
conditional -p block), the unconditional -p inserted by PR #791 collides
with the conditional block, producing two -p flags when a test sets
btracePort. The btrace CLI rejects the duplicate and prints usage,
causing ExtensionLifecycleIntegrationTest to fail on every JDK.
Drop the unconditional pair from runBTraceDynamic so only the existing
conditional block adds -p when btracePort > 0.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3dcea1b commit 36cbf1d
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1303 | 1303 | | |
1304 | 1304 | | |
1305 | 1305 | | |
1306 | | - | |
1307 | | - | |
1308 | 1306 | | |
1309 | 1307 | | |
1310 | 1308 | | |
| |||
0 commit comments