From 1d3157fb8045acaf9d54538074ced2aa6995e2af Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Thu, 16 Aug 2018 09:25:28 -0700 Subject: [PATCH] fixups --- ci/testnet-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 06bc1db91a..19d15ba854 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -281,7 +281,7 @@ client_start() { echo 'https://metrics.solana.com:8086/write?db=${INFLUX_DATABASE}&u=${INFLUX_USERNAME}&p=${INFLUX_PASSWORD}' \ | xargs curl --max-time 5 -XPOST --data-binary 'testnet-deploy,name=$netBasename clientexit=1'; \ echo Error: bench-tps should never exit | tee -a /tmp/solana.log; \ - done \ + done; \ bash \ \"; \ sleep 2; \