Skip to content

Commit 76abab9

Browse files
Portugal, Marcelomportuga
authored andcommitted
chore(sauce_connect_block.sh): Priting the connect log while sauce labs is not connected.
1 parent c477f7a commit 76abab9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/sauce/sauce_connect_block.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
if [ $TRAVIS_PULL_REQUEST == "false" ]
44
then
5+
# Print connect log to let us know what is going on
6+
cat $CONNECT_LOG
57
# Wait for Connect to be ready before exiting
68
while [ ! -f $SAUCE_CONNECT_READY_FILE ]; do
79
sleep .5

0 commit comments

Comments
 (0)