aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/test_config.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-05-08 08:25:30 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-05-08 08:25:30 -0700
commit696929e09c8f6029d106bbdf890398fcbbdd4ec1 (patch)
tree7d2cbd43a3cf714c8b9cff2553f4a0c536b0c5d0 /test/core/util/test_config.c
parentba6b9b3d4717af9b1437440de1d522b8ef941b2e (diff)
parentf4d4ae0dd5c5faf1901f63ff05a52880512610d9 (diff)
Merge github.com:grpc/grpc into all-the-small-things
Diffstat (limited to 'test/core/util/test_config.c')
-rw-r--r--test/core/util/test_config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/core/util/test_config.c b/test/core/util/test_config.c
index 1f0f0175b1..be69fcf675 100644
--- a/test/core/util/test_config.c
+++ b/test/core/util/test_config.c
@@ -49,10 +49,6 @@ static int seed(void) { return _getpid(); }
#endif
void grpc_test_init(int argc, char **argv) {
-#ifndef GPR_WIN32
- /* disable SIGPIPE */
- signal(SIGPIPE, SIG_IGN);
-#endif
gpr_log(GPR_DEBUG, "test slowdown: machine=%f build=%f total=%f",
GRPC_TEST_SLOWDOWN_MACHINE_FACTOR, GRPC_TEST_SLOWDOWN_BUILD_FACTOR,
GRPC_TEST_SLOWDOWN_FACTOR);