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

Added getopt based cmd line parsing to the e2e.sh script. #370

Merged
merged 2 commits into from May 28, 2021

Conversation

floriankramer
Copy link
Member

Currently the e2e.sh script ignores all commandline arguments apart from no-index. As that makes it quite easy to type e.g. --no-index, thus triggering an index rebuild I added getopt support so that we print an error when unknown arguments are passed.

Copy link
Member

@joka921 joka921 left a comment

Choose a reason for hiding this comment

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

This looks like a nice fix, especially since rebuilding the TEXT index takes some time and it is often not our main interested.
Can you verify that it works as expected, then we can merge it.

@joka921 joka921 merged commit 90d451a into ad-freiburg:master May 28, 2021
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.

None yet

2 participants