mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
test: Add trailing newline to error messages
The newline was removed from say_color in commit 222926ab
to allow
printing test status in the beginning of the line. Error messages are
never followed by other text so we add the newline to error function.
This commit is contained in:
parent
ac9dbb47de
commit
c8d51e2912
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
error () {
|
error () {
|
||||||
say_color error "error: $*"
|
say_color error "error: $*\n"
|
||||||
GIT_EXIT_OK=t
|
GIT_EXIT_OK=t
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue