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