-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat: added --sc4s-version option #802
Conversation
CLA Assistant Lite bot CLA Assistant Lite bot All contributors have signed the COC ✍️ ✅ |
CLA Assistant Lite bot: All contributors have NOT signed the CLA Document I have read the CLA Document and I hereby accept the CLA You can retrigger this bot by commenting recheck in this Pull Request |
I have read the Code of Conduct and I hereby accept the Terms |
I have read the CLA Document and I hereby accept the CLA |
680621e
try: | ||
request.fixturenames.append(splunk_fixture) | ||
splunk_info = request.getfixturevalue(splunk_fixture) | ||
except Exception as e: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally it should have a simple unit test covering this logic but I am fine moving forward with this PR.
🎉 This PR is included in version 5.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
The --sc4s-version was the only parameter left not defined. Change was made to go from exporting its value to option in psa execution while executing local tests.