Skip to content

Commit 51ddb86

Browse files
Portugal, Marcelomportuga
Portugal, Marcelo
authored andcommitted
chore(logs): Improving sauce labs logging
1 parent 76abab9 commit 51ddb86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/sauce/sauce_connect_block.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
if [ $TRAVIS_PULL_REQUEST == "false" ]
44
then
55
# Print connect log to let us know what is going on
6-
cat $CONNECT_LOG
6+
echo Sauce Labs Error Log
7+
cat $CONNECT_STDERR
8+
echo Sauce Labs Connect Log
9+
cat $CONNECT_STDOUT
710
# Wait for Connect to be ready before exiting
811
while [ ! -f $SAUCE_CONNECT_READY_FILE ]; do
912
sleep .5

0 commit comments

Comments
 (0)