-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
cli: fixes bug where the wrong exit status is reported #2370
Conversation
@RuvenSalamon is attempting to deploy a commit to the coral-xyz Team on Vercel. A member of the Team first needs to authorize it. |
Ok, so this is linked to how AVM processes CLI calls and sends them to whatever version of anchor is active. Don't forget to add a changelog. |
490c0b8
to
bf6488e
Compare
Done! |
Dumb question but how can i verify / test that this doesn't just break AVM. I'm not sure if avm has tests or if the tests use avm for their CLI stuff. I only ask because I assume this is something you've tested locally in order to verify that it works? |
I basically compiled and ran the executable from the |
(Accidentally closed the PR, misclick) |
Fixes: #2117