]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/example11.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / example11.output
CommitLineData
7c673cae
FG
1//[example_output
2> example --log_level=test_suite
3Running 4 test cases...
4Entering test suite "Master Test Suite"
5Entering test suite "test_suite1"
6Entering test case "test_case1"
7Leaving test case "test_case1"
8Entering test case "test_case2"
9Leaving test case "test_case2"
10Leaving test suite "test_suite1"
11Entering test suite "test_suite2"
12Entering test case "test_case3"
13Leaving test case "test_case3"
14Entering test case "test_case4"
15Leaving test case "test_case4"
16Leaving test suite "test_suite2"
17Leaving test suite "Master Test Suite"
18
19*** No errors detected
20//]