Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Windows test scripts don't escape commas properly #115556

Closed
Labels
OS-windowsbuildThe build process and cross-build
@ambv

Description

@ambv

In Windows batch file execution, a comma is one of the magic parameter delimiters. To pass a comma as parameter data, you have to use string quotes around that parameter, like:

.\Tools\buildbot\test.bat -M33g "-uall,extralargefile" test_zipfile64

However, now the quotes become part of the parameter. Insidetest.bat we employ some command-line parsing and shifting, which requires us toremove the quotes from parameters, if any, for the code to continue working.

This is doubly complicated by the fact thattest.bat passes execution tort.bat, which does similar parsing there. The fix is needed there, too.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    OS-windowsbuildThe build process and cross-build

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp