Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sauce_connect_block.sh « sauce « support « chai-1.9.0 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c8108d49e2952f17f24bc447ca2141ac3a28a29 (plain)
1
2
3
4
5
6
#!/bin/bash

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