We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fb7dd commit f6451e3Copy full SHA for f6451e3
1 file changed
packages/google-cloud-bigtable/test_proxy/run_tests.sh
@@ -35,10 +35,8 @@ if [ ! -d "cloud-bigtable-clients-test" ]; then
35
fi
36
37
# Build and start the proxy in a separate process
38
-pushd test_proxy
39
nohup python3 test_proxy.py --port $PROXY_PORT --client_type=$CLIENT_TYPE &
40
proxyPID=$!
41
-popd
42
43
# Kill proxy on exit
44
function cleanup() {
0 commit comments