Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ctest output with space before name #1495

Merged
merged 1 commit into from
Jan 10, 2019
Merged

Conversation

NeroBurner
Copy link
Contributor

Description

When PARSE_CATCH_TESTS_ADD_TARGET_IN_TEST_NAME is enabled the cmake helper script fails to extract the testcase name if a whitespace is before the name string. Use regex to consider and remove this whitespace.

GitHub Issues

#1493

When PARSE_CATCH_TESTS_ADD_TARGET_IN_TEST_NAME is enabled the cmake helper script fails to extract the testcase name if a whitespace is before the name string. Use regex to consider and remove this whitespace.

fix by Mike-Devel
fixes: catchorg#1493
@codecov
Copy link

codecov bot commented Jan 10, 2019

Codecov Report

Merging #1495 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master   #1495   +/-   ##
======================================
  Coverage    80.4%   80.4%           
======================================
  Files         121     121           
  Lines        3428    3428           
======================================
  Hits         2756    2756           
  Misses        672     672

1 similar comment
@codecov
Copy link

codecov bot commented Jan 10, 2019

Codecov Report

Merging #1495 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master   #1495   +/-   ##
======================================
  Coverage    80.4%   80.4%           
======================================
  Files         121     121           
  Lines        3428    3428           
======================================
  Hits         2756    2756           
  Misses        672     672

@horenmar horenmar merged commit 3ed5441 into catchorg:master Jan 10, 2019
@horenmar
Copy link
Member

Thanks

@horenmar horenmar added the Extras Touches utility scripts outside of Catch2 proper, e.g. CMake integration. label Jan 10, 2019
@NeroBurner NeroBurner deleted the patch-2 branch October 21, 2020 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Extras Touches utility scripts outside of Catch2 proper, e.g. CMake integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants