Commit 6295796
fix(test): resolve duplicate -p flag after rebase onto develop
Rebasing onto develop brought in PR #805's conditional
if (btracePort > 0) { add -p btracePort }
block, which collides with PR #791's unconditional
"-p", String.valueOf(getBTracePort())
in runBTraceDynamic — producing two -p flags when a test overrides
btracePort.
Keep the unconditional form, since getBTracePort() already honours
both the develop-style btracePort field (ExtensionLifecycleIntegrationTest)
and the PR-style btrace.port system property (ManifestLibsTests), and
drop the now-redundant conditional block.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3dcea1b commit 6295796
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1323 | 1323 | | |
1324 | 1324 | | |
1325 | 1325 | | |
1326 | | - | |
1327 | | - | |
1328 | | - | |
1329 | | - | |
1330 | 1326 | | |
1331 | 1327 | | |
1332 | 1328 | | |
| |||
0 commit comments