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