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
functional tests writers will want t_CheckExitStatus to take an optional message instead of
exit_status=$?
t_Log 'message'
t_CheckExitStatus $exit_status
The text was updated successfully, but these errors were encountered:
functional tests writers will want t_CheckExitStatus to take an optional message instead of
exit_status=$?
t_Log 'message'
t_CheckExitStatus $exit_status
The text was updated successfully, but these errors were encountered: