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