Skip to content

Fix cmd escaping/quoting of parentheses

What does this MR do?

Fixes a case where the cmd shell would encounter ( or ) in a command that required it to be quoted and it wasn't.

What's the best way to test this MR?

An existing test case was failing, and now it isn't.

On windows:

 go test -v -run TestBuildWithGitSubmodulePaths/exclude_multiple_submodule/cmd .\executors\shell\ -tags integration -count 10

What are the relevant issue numbers?

Closes #36694 (closed)

Edited by Arran Walker

Merge request reports