Skip to content

runtests: get textaware info from curl instead of perl#4506

Closed
MarcelRaad wants to merge 1 commit intocurl:masterfrom
MarcelRaad:runtests_fix_textaware
Closed

runtests: get textaware info from curl instead of perl#4506
MarcelRaad wants to merge 1 commit intocurl:masterfrom
MarcelRaad:runtests_fix_textaware

Conversation

@MarcelRaad
Copy link
Member

The MSYS system on Windows can run the test suite for curl built with
any toolset. When built with the MSYS GCC, curl uses Unix line endings,
while it uses Windows line endings when built with the MinGW GCC, and
^O reports 'msys' in both cases. Use the curl executable itself to
determine the line endings instead, which reports 'x86_64-pc-msys' when
built with the MSYS GCC.

The MSYS system on Windows can run the test suite for curl built with
any toolset. When built with the MSYS GCC, curl uses Unix line endings,
while it uses Windows line endings when built with the MinGW GCC, and
`^O` reports 'msys' in both cases. Use the curl executable itself to
determine the line endings instead, which reports 'x86_64-pc-msys' when
built with the MSYS GCC.

Closes
@MarcelRaad MarcelRaad added tests Windows Windows-specific labels Oct 19, 2019
@MarcelRaad MarcelRaad deleted the runtests_fix_textaware branch October 20, 2019 11:08
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

tests Windows Windows-specific

Development

Successfully merging this pull request may close these issues.

1 participant