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
{{ message }}
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
People might not care whether a program succeeds or fails, but we currently default to asserting success and you can only switch to "assert failure" not to "I don't care".
56: Add Assert::ignore_status() for ignoring the command status r=epage a=dsprenkels
Implements `Assert::ignore_status()`, which can be used to ignore whether a command exited successfully.
Fixes#23.
People might not care whether a program succeeds or fails, but we currently default to asserting success and you can only switch to "assert failure" not to "I don't care".
We already talked about this a bit here:
The text was updated successfully, but these errors were encountered: