Merge pull request #9388 from ericgribkoff/java_http2_test

Update path to http2 Java test client

Failing test is known issue #9150
pull/9370/head
Eric Gribkoff 8 years ago committed by GitHub
commit 4a4a3a4468
  1. 2
      tools/run_tests/run_interop_tests.py

@ -170,7 +170,7 @@ class JavaLanguage:
return ['./run-test-client.sh'] + args
def client_cmd_http2interop(self, args):
return ['./run-http2-client.sh'] + args
return ['./interop-testing/build/install/grpc-interop-testing/bin/http2-client'] + args
def cloud_to_prod_env(self):
return {}

Loading…
Cancel
Save