aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-07-13 10:25:42 -0700
committerGravatar yang-g <yangg@google.com>2017-07-13 10:25:42 -0700
commitfdcb774ceae507312bd84b4895e1e57b55bc4112 (patch)
treeed5c2b7d14cc914e25e42f294ca44b916a6a04f7 /test
parentb575a34e0536a297a9f9d66e52a3760cf9d5402e (diff)
Regenerate projects and fixes
Diffstat (limited to 'test')
-rw-r--r--test/cpp/qps/json_run_localhost.cc3
-rw-r--r--test/cpp/qps/qps_openloop_test.cc1
2 files changed, 1 insertions, 3 deletions
diff --git a/test/cpp/qps/json_run_localhost.cc b/test/cpp/qps/json_run_localhost.cc
index 74b114f167..1d394b216f 100644
--- a/test/cpp/qps/json_run_localhost.cc
+++ b/test/cpp/qps/json_run_localhost.cc
@@ -29,7 +29,6 @@
#include "src/core/lib/support/env.h"
#include "test/core/util/port.h"
#include "test/cpp/util/subprocess.h"
-#include "test/cpp/util/test_config.h"
using grpc::SubProcess;
@@ -76,8 +75,6 @@ static void LogStatus(int status, const char* label) {
}
int main(int argc, char** argv) {
- grpc::testing::InitTest(&argc, &argv, true);
-
register_sighandler();
std::string my_bin = argv[0];
diff --git a/test/cpp/qps/qps_openloop_test.cc b/test/cpp/qps/qps_openloop_test.cc
index 5b28c46001..b2503dabe2 100644
--- a/test/cpp/qps/qps_openloop_test.cc
+++ b/test/cpp/qps/qps_openloop_test.cc
@@ -24,6 +24,7 @@
#include "test/cpp/qps/driver.h"
#include "test/cpp/qps/report.h"
#include "test/core/util/test_config.h"
+#include "test/cpp/util/test_config.h"
namespace grpc {
namespace testing {