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

Scripts: Fix and enhance Filter testsuite #5894

Merged
merged 3 commits into from
Aug 9, 2021

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
@@ -33,7 +33,7 @@ git fetch $USER_REPO
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