]> git.notmuchmail.org Git - notmuch/commit
test: Print the number of the test along with its name
authorAustin Clements <amdragon@MIT.EDU>
Tue, 4 Mar 2014 06:40:08 +0000 (01:40 -0500)
committerDavid Bremner <david@tethera.net>
Thu, 6 Mar 2014 11:46:48 +0000 (07:46 -0400)
commit81ede90597cb35ea66d473a50c355fe77ee585fe
treea0cee95ea6207b979252b3169524a9ea810f9e26
parent735cbb8719068c4741ed0a4f5ea68f2ed31b7009
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.
test/test-lib.sh