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

[NIT-2851] Use flag instead of env var for system_test #2802

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

amsanghi
Copy link
Contributor

Fixes: NIT-2851

@amsanghi amsanghi marked this pull request as ready for review November 21, 2024 15:56
@cla-bot cla-bot bot added the s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA. label Dec 12, 2024
@eljobe eljobe self-requested a review January 14, 2025 10:11
"strings"
"testing"
)

var (
compileFlag = flag.String("TEST_COMPILE", "", "[STORE|LOAD] to allow store/load in compile test")
Copy link
Member

Choose a reason for hiding this comment

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

By convention, I think we almost always use lowercase flag names separated by underbars.
Can we call this test_compile and change the others to be that way as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants