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
Putting $(false) in the expectation executes the false command too early. Currently, to_be_true doesn't report on the exit status after it runs, it executes the statement as part of the check.
Try expect not_to_be_true false.
Also, there currently isn't a to_be_false. If not to_be_true isn't enough it could be added.
* Create ci.yml
* remove pwd from path in makefile
* fix makefile
* fix mskefile
* working
* correct 'workflow' badge
* test beta also
* workflow test beta branch also
---------
Co-authored-by: James Holmes <[email protected]>
I would expect each of these assertions to pass:
however
expect $(false) not to_be_true
fails.The text was updated successfully, but these errors were encountered: