Skip to content

Scripts: Fix and enhance Filter testsuite#5894

Merged
lrineau merged 3 commits intoCGAL:masterfrom
maxGimeno:Filter_testsuite_fixes-maxGimeno
Aug 9, 2021
Merged

Scripts: Fix and enhance Filter testsuite#5894
lrineau merged 3 commits intoCGAL:masterfrom
maxGimeno:Filter_testsuite_fixes-maxGimeno

Conversation

@maxGimeno
Copy link
Contributor

Summary of Changes

Remove the platform directory before running the filter testsuite if exists, and filter diff of files to ignore /doc files and every non .h or .cpp file.

Release Management

  • Affected package(s):Scripts

@maxGimeno maxGimeno self-assigned this Aug 9, 2021
git checkout $BRANCH_NAME
git reset --hard $USER_REPO/$BRANCH_NAME
#setup the list_test_packages
TMP_LIST=$(git diff --name-only cgal/$BASE_NAME...HEAD |egrep -v /doc |egrep "*\.h"\|"*\.cpp" |cut -s -d/ -f1 |sort -u | xargs -I {} ls -d {}/package_info 2>/dev/null |cut -d/ -f1 |egrep -v Installation||true)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mac or not, a regexp starting with * is not correct.

@lrineau lrineau added this to the 5.4-beta milestone Aug 9, 2021
@lrineau lrineau merged commit 0175389 into CGAL:master Aug 9, 2021
@lrineau lrineau deleted the Filter_testsuite_fixes-maxGimeno branch August 9, 2021 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants