X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Ftest.expected-output%2Ftest-verbose-no;fp=test%2Ftest.expected-output%2Ftest-verbose-no;h=0bca7540f0e76d4e62ff3dc9b4bcdb2bbfb4b3bc;hb=ac9dbb47de734afb0ddd4d0b2eb8f5027b1a7f60;hp=0000000000000000000000000000000000000000;hpb=75d616c6caa0e0ac51c34371ebee7574dbea2952;p=notmuch diff --git a/test/test.expected-output/test-verbose-no b/test/test.expected-output/test-verbose-no new file mode 100644 index 00000000..0bca7540 --- /dev/null +++ b/test/test.expected-output/test-verbose-no @@ -0,0 +1,20 @@ +test-verbose: Testing the verbosity options of the test framework itself. + PASS print something in test_expect_success and pass + FAIL print something in test_expect_success and fail + + echo "hello stdout" && + echo "hello stderr" >&2 && + false + +hello stdout +hello stderr + PASS print something between test_begin_subtest and test_expect_equal and pass + FAIL print something test_begin_subtest and test_expect_equal and fail + --- test-verbose.4.expected 2010-11-14 21:41:12.738189710 +0000 + +++ test-verbose.4.output 2010-11-14 21:41:12.738189710 +0000 + @@ -1 +1 @@ + -b + +a +hello stdout +hello stderr +