tests: explicit tunnel version URI in sauce_tunnel.sh

For an explanation, see bf0bb58c70.
pull/3749/head
John McLear 2020-03-22 11:16:53 +00:00 committed by muxator
parent f6436be486
commit 3085f46f32
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# example https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz
# Supported versions are currently listed at:
# https://wiki.saucelabs.com/display/DOCS/Downloading+Sauce+Connect+Proxy
curl https://saucelabs.com/downloads/sc-latest-linux.tar.gz > /tmp/sauce.tar.gz
curl https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz > /tmp/sauce.tar.gz
tar zxf /tmp/sauce.tar.gz --directory /tmp
mv /tmp/sc-*-linux /tmp/sauce_connect