[fix] Fix path on test script

This commit is contained in:
Luiza Pagliari 2017-04-06 03:12:45 -03:00
parent db003a1460
commit a85eb395b4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# download and unzip the sauce connector
curl https://saucelabs.com/downloads/sc-latest-linux.tar.gz > /tmp/sauce.tar.gz
tar zxf /tmp/sauce.tar.gz --directory /tmp
mv sc-*-linux sauce_connect
mv /tmp/sc-*-linux /tmp/sauce_connect
# start the sauce connector in background and make sure it doesn't output the secret key
(/tmp/sauce_connect/bin/sc --user $SAUCE_USERNAME --key $SAUCE_ACCESS_KEY --pidfile /tmp/sauce.pid --readyfile /tmp/tunnel > /dev/null )&