X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fcollection.cc;h=5814c2f4a1546cd2fe72ea5a13d0f6628387e4d6;hb=23bbe3972dada1e21493437ba64be129e86b59fc;hp=c6fec1ebd8d57250700aa29a30d6e8dc70f17d90;hpb=74d72ecac00cadaab9e9a40d6591c7285abbfbc2;p=m6w6%2Flibmemcached diff --git a/libtest/collection.cc b/libtest/collection.cc index c6fec1eb..5814c2f4 100644 --- a/libtest/collection.cc +++ b/libtest/collection.cc @@ -97,8 +97,6 @@ test_return_t Collection::exec() { for (test_st *run= _tests; run->name; run++) { - long int load_time= 0; - if (_frame->match(run->name)) { continue; @@ -123,7 +121,6 @@ test_return_t Collection::exec() catch (libtest::fatal &e) { Error << "Fatal exception was thrown: " << e.what(); - return_code= TEST_FAILURE; _failed++; throw; }