forked from ztombol/bats-assert
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Assertions are expected to print failure messages when they fail. As such, STDERR is not the correct place for the expected failure messages to go. This leaves STDERR as the location for error messages from incorrect usage of the helper to go.
Prior art: diff
: The diff itself goes to STDOUT (exit 1). When diff is invoked incorrectly, the error message goes to STDERR (exit 2).
Metadata
Metadata
Assignees
Labels
No labels