Update of libtest
[m6w6/libmemcached] / libtest / cmdline.cc
index 22f0399d697d2a9e23e1614d2787a7b711bac85e..76b677f47aade5bef8659dbcf02837bd829bdb79 100644 (file)
@@ -19,6 +19,7 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include <config.h>
 #include <libtest/common.h>
 
 using namespace libtest;
@@ -231,7 +232,6 @@ Application::error_t Application::run(const char *args[])
 
   if (spawn_ret)
   {
-    Error << print();
     return Application::INVALID;
   }