tests: run memcached verbosely, catch output and show it on failure
[awesomized/libmemcached] / libtest / memcached.cc
index e35166205599cf830d35780e44aa072fddf11869..7af26092c650a12be452f1af98ead09b1cba971f 100644 (file)
@@ -214,6 +214,8 @@ bool Memcached::build()
     add_option(sasl());
   }
 
+  add_option("-vv");
+
   return true;
 }