aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test.expected-output
Commit message (Collapse)AuthorAge
* test: print empty line at the beginning of test script, not at endGravatar Tomi Ollila2013-12-09
| | | | | | In preparation for quiet mode print empty line before writing the test description. This is done now in function designed for it -- it will also be called when test fails.
* test: Better handling of stdout and stderrGravatar Michal Sojka2010-11-16
Git-style tests (test_expect_success etc.) suppress stdout and stderr unless -v is given. Notmuch-style tests (created by test_begin_subtest and test_expect_equal) do not have this behavior so implement it the same. Additionally, for both test styles, the test-lib.sh is changed so that the content of suppressed stdout and stderr is shown in case of failed test. Finally a test for this functionality is added to basic tests.