X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fcollection.cc;h=0b2b32492230b3f83c22229291eaeb2fdce1804f;hb=1899ec2a3d1f4f180b0109879a966fd6603ece86;hp=2f1cba317857353ed5b18a116958a8dd765f5f7c;hpb=a07e53df4cd8d1e215a49eeac5d5d06fa0a50fb4;p=awesomized%2Flibmemcached diff --git a/libtest/collection.cc b/libtest/collection.cc index 2f1cba31..0b2b3249 100644 --- a/libtest/collection.cc +++ b/libtest/collection.cc @@ -138,9 +138,9 @@ test_return_t Collection::exec() } catch (const libtest::fatal& e) { - stream::cerr(e.file(), e.line(), e.func()) << e.what(); _failed++; formatter()->failed(); + stream::make_cerr(e.file(), e.line(), e.func()) << e.what(); throw; }