Skip to content

Commit f6451e3

Browse files
committed
tests: fix test
1 parent 29fb7dd commit f6451e3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/google-cloud-bigtable/test_proxy/run_tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ if [ ! -d "cloud-bigtable-clients-test" ]; then
3535
fi
3636

3737
# Build and start the proxy in a separate process
38-
pushd test_proxy
3938
nohup python3 test_proxy.py --port $PROXY_PORT --client_type=$CLIENT_TYPE &
4039
proxyPID=$!
41-
popd
4240

4341
# Kill proxy on exit
4442
function cleanup() {

0 commit comments

Comments
 (0)