From 72747e5213caf22313c5c98e742621b251e95297 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 7 Jul 2017 11:59:40 -0700 Subject: [PATCH] ci: disable sauce-connect logging for realz (#17995) follow up on #17947 --- scripts/sauce/sauce_connect_setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/sauce/sauce_connect_setup.sh b/scripts/sauce/sauce_connect_setup.sh index 92ffbdc875..71e0cd312b 100755 --- a/scripts/sauce/sauce_connect_setup.sh +++ b/scripts/sauce/sauce_connect_setup.sh @@ -22,11 +22,12 @@ CONNECT_URL="https://saucelabs.com/downloads/sc-${SAUCE_CONNECT_VERSION}-linux.t CONNECT_DIR="/tmp/sauce-connect-$RANDOM" CONNECT_DOWNLOAD="sc-latest-linux.tar.gz" -CONNECT_LOG="$LOGS_DIR/sauce-connect" # logging disabled because it's seems to be overwhelming travis and causing flakes # when we are cat-ing the log in print-logs.sh +# CONNECT_LOG="$LOGS_DIR/sauce-connect" # CONNECT_STDOUT="$LOGS_DIR/sauce-connect.stdout" # CONNECT_STDERR="$LOGS_DIR/sauce-connect.stderr" +CONNECT_LOG="/dev/null" CONNECT_STDOUT="/dev/null" CONNECT_STDERR="/dev/null"