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 test script overwriting grep option #8209

Merged
merged 2 commits into from
Nov 4, 2019

Conversation

Charles-Gagnon
Copy link
Contributor

Fixes #8199

// {{SQL CARBON EDIT}}
// Set test run options. These are NOT used if grep is specified manually - that implies the user has a specific desire to
// filter the tests beyond the defaults set for ADS_TEST_GREP in the calling scripts.
if (!argv.grep) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I generally use -g instead of --grep.

Copy link
Contributor

Choose a reason for hiding this comment

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

Nvm i see its decribed above as both

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah I tested this with -g so this should be working as intended with both 😄

@Charles-Gagnon Charles-Gagnon merged commit 38decae into master Nov 4, 2019
@Charles-Gagnon Charles-Gagnon deleted the chgagnon/fixGrepOverwrite branch November 4, 2019 19:35
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.

-g flag no longer works for tests
3 participants