Update tests per bug 912408, so that if memcached is not available they will SKIP...
[awesomized/libmemcached] / tests / memtouch.cc
index 21378d73833b4261385bec626cb6552d72736941..2710cb6c19856707e58da1c3d083dd2353c2daf1 100644 (file)
@@ -130,7 +130,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error)
 {
   if (HAVE_MEMCACHED_BINARY == 0)
   {
-    error= TEST_FATAL;
+    error= TEST_SKIPPED;
     return NULL;
   }