Skip to content

Take "batch" setting from config into account#557

Merged
kenherring merged 2 commits into
mainfrom
lievendf_FixHardCodedBatchTrue
Apr 9, 2026
Merged

Take "batch" setting from config into account#557
kenherring merged 2 commits into
mainfrom
lievendf_FixHardCodedBatchTrue

Conversation

@kenherring
Copy link
Copy Markdown
Owner

Same as #521 to see if the builds will run.

@kenherring kenherring linked an issue Apr 9, 2026 that may be closed by this pull request
@kenherring kenherring force-pushed the lievendf_FixHardCodedBatchTrue branch from 3082bdc to a800221 Compare April 9, 2026 05:28
@kenherring kenherring marked this pull request as ready for review April 9, 2026 05:28
Copilot AI review requested due to automatic review settings April 9, 2026 05:29
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the OpenEdge command construction in the VSCode ABLUnit test runner so the command.batch setting from ablunit-test-profile.json controls whether -b (batch mode) is included when launching _progres/prowin.

Changes:

  • Update ABLUnitRun default command builder to only add -b when command.batch is enabled.
  • Update ABLExec default command builder to only add -b when command.batch is enabled.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/ABLUnitRun.ts Makes -b conditional based on res.cfg.ablunitConfig.command.batch when building the default test-run command.
src/ABLExec.ts Makes -b conditional based on cfg.ablunitConfig.command.batch when building the default exec command.

Comment thread src/ABLUnitRun.ts
Comment thread src/ABLExec.ts
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 9, 2026

@kenherring kenherring merged commit ea9346b into main Apr 9, 2026
14 checks passed
@kenherring kenherring deleted the lievendf_FixHardCodedBatchTrue branch April 9, 2026 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 [Bug] Tests always run with -b

3 participants