Let tests pass for the moment.
[awesomized/libmemcached] / libtest / main.cc
index 6721b5aa14c32363a80eec88d26540c1cb9f089d..03a40fc8aeea4d6b39540845c01189d05728f91b 100644 (file)
@@ -346,6 +346,11 @@ int main(int argc, char *argv[])
     std::cerr << "FATAL:" << e.what() << std::endl;
     exit_code= EXIT_FAILURE;
   }
+  catch (libtest::start& e)
+  {
+    std::cerr << "Failure to start:" << e.what() << std::endl;
+    exit_code= EXIT_FAILURE;
+  }
   catch (libtest::disconnected& e)
   {
     std::cerr << "Unhandled disconnection occurred:" << e.what() << std::endl;