2 test-verbose: Testing the verbosity options of the test framework itself.
5 PASS print something in test_expect_success and pass
8 FAIL print something in test_expect_success and fail
10 echo "hello stdout" &&
11 echo "hello stderr" >&2 &&
16 PASS print something between test_begin_subtest and test_expect_equal and pass
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