We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61707ca commit b245b78Copy full SHA for b245b78
test_proxy/README.md
@@ -31,7 +31,7 @@ python test_proxy.py --port 8080
31
```
32
33
By default, the test_proxy targets the async client. You can change this by passing in the `--client_type` flag.
34
-Valid options are `async`, and `legacy`.
+Valid options are `async` and `legacy`.
35
36
37
python test_proxy.py --client_type=legacy
test_proxy/run_tests.sh
@@ -45,5 +45,4 @@ trap finish EXIT
45
46
# run tests
47
pushd cloud-bigtable-clients-test/tests
48
-echo "Running with $TEST_ARGS"
49
go test -v -proxy_addr=:$PROXY_SERVER_PORT
0 commit comments