]> git.proxmox.com Git - ceph.git/blob - 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
1 //[example_output
2 > decorator_22 --list_content
3 test_1*
4 test_net : requires network
5
6
7 > decorator_22 --log_level=test_suite
8 Running 1 test case...
9 Entering test module "decorator_22"
10 test.cpp(6): Entering test case "test_1"
11 test.cpp(6): Leaving test case "test_1"
12 Leaving 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
18 Running 2 test cases...
19 Entering test module "decorator_22"
20 test.cpp(6): Entering test case "test_1"
21 test.cpp(6): Leaving test case "test_1"; testing time: 1ms
22 test.cpp(13): Entering test case "test_net"
23 test.cpp(13): Leaving test case "test_net"; testing time: 1ms
24 Leaving test module "decorator_22"; testing time: 16ms
25
26 *** No errors detected
27 //]