mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
test: fix "skipping test" verbose output
This commit is contained in:
parent
66158d5e40
commit
5b37fb1e25
1 changed files with 2 additions and 1 deletions
|
@ -657,7 +657,8 @@ test_check_missing_external_prereqs_ () {
|
||||||
|
|
||||||
test_report_skip_ () {
|
test_report_skip_ () {
|
||||||
test_reset_state_
|
test_reset_state_
|
||||||
say_color skip >&3 "skipping test: $@"
|
say_color skip >&3 "skipping test:"
|
||||||
|
echo " $@" >&3
|
||||||
say_color skip "%-6s" "SKIP"
|
say_color skip "%-6s" "SKIP"
|
||||||
echo " $1"
|
echo " $1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue