You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected returned value would be 1, since that's what /bin/false returns.
This may make it difficult to use krunvm in scripts. For example, I could not write a host script that does a build and test whether the build succeeded.
The text was updated successfully, but these errors were encountered:
This is actually a libkrun issue, related to containers/libkrun#10. A interface needs to be designed to transport that information between the host and the guest in a way that doesn't require the intervention of a dedicated agent.
I noticed that because of #20:
The expected returned value would be 1, since that's what
/bin/false
returns.This may make it difficult to use
krunvm
in scripts. For example, I could not write a host script that does a build and test whether the build succeeded.The text was updated successfully, but these errors were encountered: