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

Use a more flexible regex for filenames when using internal keyphrase #30

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

islas
Copy link
Owner

@islas islas commented Sep 13, 2024

When test filenames have - or any other valid filename that is not covered by \w+ the HPC join tests will report false failure, though actual evaluation of the tests themselves will cause a successful run.

To ensure output is consistent with all test results the following internal regex should be changed to an expression that is more tolerant to user file naming.

@islas islas added the test Require testing label Sep 13, 2024
@github-actions github-actions bot removed the test Require testing label Sep 13, 2024
@islas islas merged commit ba83934 into main Sep 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant