]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/fixture_02.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / fixture_02.output
1 //[example_output
2 > fixture_02 --log_level=message
3 Running 2 test cases...
4 setup fixture
5 running test_case1
6 teardown fixture
7 setup fixture
8 running test_case2
9 teardown fixture
10
11 *** No errors detected
12 //]