From 702b28862051e0f176bce105f5afd388e4b668f9 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Wed, 11 Sep 2019 22:37:34 -0400 Subject: [PATCH] Fix TLS interop tests --- tonic-interop/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic-interop/test.sh b/tonic-interop/test.sh index aa79ce3..e88a925 100755 --- a/tonic-interop/test.sh +++ b/tonic-interop/test.sh @@ -35,7 +35,7 @@ unimplemented_service,custom_metadata $ARG echo ":; killing test server"; kill ${SERVER_PID}; # run the test server -./target/debug/server & #$ARG --tls_cert_file $TLS_CRT --tls_key_file $TLS_KEY & +./target/debug/server $ARG & SERVER_PID=$! echo ":; started tonic test server."