X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fcollection.cc;h=0b2b32492230b3f83c22229291eaeb2fdce1804f;hb=f0b6a382ea0be4c327f9968cf5d65ac1dd8bdf4c;hp=2f1cba317857353ed5b18a116958a8dd765f5f7c;hpb=5f767fd094e7485c8e4799a04f550806280540e9;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; }