]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/decorator_23.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / decorator_23.output
CommitLineData
7c673cae
FG
1//[example_output
2> decorator_23 --list_content
3test_1*
4test_net*: requires network
5
6
7> decorator_23 --log_level=test_suite
8Running 2 test cases...
9Entering test module "decorator_23"
10test.cpp(6): Entering test case "test_1"
11test.cpp(6): Leaving test case "test_1"
12test.cpp(12): Entering test case "test_net"
13test.cpp(12): Leaving test case "test_net"
14Leaving test module "decorator_23"; testing time: 14ms
15
16*** No errors detected
17
18
19> decorator_23 --log_level=test_suite --run_test=!test_net
20Running 1 test case...
21Entering test module "decorator_23"
22test.cpp(6): Entering test case "test_1"
23test.cpp(6): Leaving test case "test_1"
24Leaving test module "decorator_23"; testing time: 5ms
25//]