]> git.notmuchmail.org Git - notmuch/blob - test/test.expected-output/test-verbose-yes
test: Better handling of stdout and stderr
[notmuch] / test / test.expected-output / test-verbose-yes
1 test-verbose: Testing the verbosity options of the test framework itself.
2 hello stdout
3 hello stderr
4  PASS   print something in test_expect_success and pass
5 hello stdout
6 hello stderr
7  FAIL   print something in test_expect_success and fail
8         
9           echo "hello stdout" &&
10           echo "hello stderr" >&2 &&
11           false
12         
13 hello stdout
14 hello stderr
15  PASS   print something between test_begin_subtest and test_expect_equal and pass
16 hello stdout
17 hello stderr
18  FAIL   print something test_begin_subtest and test_expect_equal and fail
19         --- test-verbose.4.expected     2010-11-14 21:41:06.650023289 +0000
20         +++ test-verbose.4.output       2010-11-14 21:41:06.650023289 +0000
21         @@ -1 +1 @@
22         -b
23         +a
24