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