Fix TLS interop tests

This commit is contained in:
Lucio Franco
2019-09-11 22:37:34 -04:00
parent fe1e040975
commit 702b288620
+1 -1
View File
@@ -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."