SIGN IN SIGN UP

gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (#115557)

This change essentially replaces usage of `%1` with `%~1`, which removes
quotes, if any. Without this change, the if statements fail due to
the quotes mangling the syntax.

Additionally, this change works around comma being treated as a parameter
delimiter in test.bat by escaping commas at time of parsing. Tested
combinations of rt and regrtest arguments, all seems to work as before
but now you can specify commas in arguments like "-uall,extralargefile".
Ł
Łukasz Langa committed
711f42de2e3749208cfa7effa0d45b04e4e1fdd4
Parent: 74e6f4b
Committed by GitHub <noreply@github.com> on 2/16/2024, 8:24:56 PM