Additions to testing to better check return values/etc for servers.
[m6w6/libmemcached] / libtest / server_container.cc
index 528fcd1fab180e288f45f9e356051e428f85f1c0..3c84ad85c339b9e9a7ddfb5021503df1effe2713 100644 (file)
@@ -216,7 +216,9 @@ bool server_startup(server_startup_st& construct, const std::string& server_type
     Out << "Pausing for startup, hit return when ready.";
     std::string gdb_command= server->base_command();
     std::string options;
+#if 0
     Out << "run " << server->args(options);
+#endif
     getchar();
   }
   else if (server->start() == false)
@@ -313,7 +315,9 @@ bool server_startup_st::start_socket_server(const std::string& server_type, cons
     Out << "Pausing for startup, hit return when ready.";
     std::string gdb_command= server->base_command();
     std::string options;
+#if 0
     Out << "run " << server->args(options);
+#endif
     getchar();
   }
   else if (not server->start())