aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sauce/sauce_connect_block.sh
blob: 126d3710971372a9611b80885934ba8ab63c2d66 (plain)
1
2
3
4
5
6
7
#!/bin/bash


# Wait for Connect to be ready before exiting
while [ ! -f $SAUCE_CONNECT_READY_FILE ]; do
  sleep .5
done