]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/example18.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / example18.output
CommitLineData
7c673cae
FG
1//[example_output
2> example --log_level=message
3Running 3 test cases...
4setup fixture
5test.cpp(13): error in "test_case1": check i == 1 has failed
6teardown fixture
7setup fixture
8test.cpp(19): error in "test_case2": check i == 1 has failed [0 != 1]
9teardown fixture
10
11*** 2 failures are detected in test suite "example"
12//]