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
This issue suggests modifying the execute process result assertion as follows:
Remove the RESULT argument from the assert_execute_process function, which is used for asserting the status code of the executed process.
By default, make the assert_execute_process function assert whether the executed process exits successfully with status code 0.
If the ERROR argument is specified, make the assert_execute_process function assert whether the executed process exits with a failure and a status code that is not 0.
The text was updated successfully, but these errors were encountered:
This issue suggests modifying the execute process result assertion as follows:
RESULT
argument from theassert_execute_process
function, which is used for asserting the status code of the executed process.assert_execute_process
function assert whether the executed process exits successfully with status code 0.ERROR
argument is specified, make theassert_execute_process
function assert whether the executed process exits with a failure and a status code that is not 0.The text was updated successfully, but these errors were encountered: