[PATCH 1/2] test/test-lib.sh: use $test_subtest_name in all tests

2013-02-18 Thread David Bremner
Tomi Ollila writes: > Set the variable '$test_subtest_name' in all functions which starts > a new test and use that variable in all functions that output > test results. pushed both d

Re: [PATCH 1/2] test/test-lib.sh: use $test_subtest_name in all tests

2013-02-18 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: Set the variable '$test_subtest_name' in all functions which starts a new test and use that variable in all functions that output test results. pushed both d ___ notmuch mailing list notmuch@notmuchmail.org

[PATCH 1/2] test/test-lib.sh: use $test_subtest_name in all tests

2013-02-16 Thread David Bremner
Tomi Ollila writes: > Set the variable '$test_subtest_name' in all functions which starts > a new test and use that variable in all functions that output > test results. > > Additionally output the latest '$test_subtest_name' in case of > abnormal exit, to avoid confusion. The series looks OK

Re: [PATCH 1/2] test/test-lib.sh: use $test_subtest_name in all tests

2013-02-16 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: Set the variable '$test_subtest_name' in all functions which starts a new test and use that variable in all functions that output test results. Additionally output the latest '$test_subtest_name' in case of abnormal exit, to avoid confusion. The

[PATCH 1/2] test/test-lib.sh: use $test_subtest_name in all tests

2013-01-21 Thread Tomi Ollila
On Mon, Jan 21 2013, Tomi Ollila wrote: > Set the variable '$test_subtest_name' in all functions which starts > a new test and use that variable in all functions that output > test results. > > Additionally output the latest '$test_subtest_name' in case of > abnormal exit, to avoid confusion. >

[PATCH 1/2] test/test-lib.sh: use $test_subtest_name in all tests

2013-01-21 Thread Tomi Ollila
Set the variable '$test_subtest_name' in all functions which starts a new test and use that variable in all functions that output test results. Additionally output the latest '$test_subtest_name' in case of abnormal exit, to avoid confusion. --- This obsoletes

[PATCH 1/2] test/test-lib.sh: use $test_subtest_name in all tests

2013-01-20 Thread Tomi Ollila
Set the variable '$test_subtest_name' in all functions which starts a new test and use that variable in all functions that output test results. Additionally output the latest '$test_subtest_name' in case of abnormal exit, to avoid confusion. --- This obsoletes