summaryrefslogtreecommitdiff
path: root/tests/frontend
diff options
context:
space:
mode:
authorLuiza Pagliari <lpagliari@gmail.com>2017-04-06 03:12:45 -0300
committerLuiza Pagliari <lpagliari@gmail.com>2017-04-06 03:12:45 -0300
commita85eb395b4ee60fa5c0a3dd17128329bb7f20d76 (patch)
tree868ed3bd24e3cf2d3f7ef6932a3932d642900caa /tests/frontend
parentdb003a1460ab0b8924f5cd4ff47082075e33b309 (diff)
downloadetherpad-lite-a85eb395b4ee60fa5c0a3dd17128329bb7f20d76.zip
[fix] Fix path on test script
Diffstat (limited to 'tests/frontend')
-rwxr-xr-xtests/frontend/travis/sauce_tunnel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/travis/sauce_tunnel.sh b/tests/frontend/travis/sauce_tunnel.sh
index 1caf01be..b19268d0 100755
--- a/tests/frontend/travis/sauce_tunnel.sh
+++ b/tests/frontend/travis/sauce_tunnel.sh
@@ -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 )&