mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
test: Print the number of the test along with its name
Previously, we stripped the "Tnnn-" part from the test name when printing its description at the beginning of each test. However, this makes it difficult to find the source script for a test (e.g., when a test fails). Put this prefix back.
This commit is contained in:
parent
735cbb8719
commit
81ede90597
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ print_test_description ()
|
||||||
{
|
{
|
||||||
test -z "$test_description_printed" || return 0
|
test -z "$test_description_printed" || return 0
|
||||||
echo
|
echo
|
||||||
echo $this_test_bare: "Testing ${test_description}"
|
echo $this_test: "Testing ${test_description}"
|
||||||
test_description_printed=1
|
test_description_printed=1
|
||||||
}
|
}
|
||||||
if [ -z "$NOTMUCH_TEST_QUIET" ]
|
if [ -z "$NOTMUCH_TEST_QUIET" ]
|
||||||
|
|
Loading…
Reference in a new issue