mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
Merge branch 'feature/frontend-tests' of git://github.com/Pita/etherpad-lite into feature/frontend-tests
This commit is contained in:
commit
54f6ac451a
2 changed files with 19 additions and 1 deletions
11
tests/frontend/travis/sauce_tunnel.sh
Normal file
11
tests/frontend/travis/sauce_tunnel.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
#download and unzip the sauce connector
|
||||
curl http://saucelabs.com/downloads/Sauce-Connect-latest.zip > /tmp/sauce.zip
|
||||
unzip /tmp/sauce.zip -d /tmp
|
||||
|
||||
#start the sauce connector in background and make sure it doesn't output the secret key
|
||||
java -jar /tmp/Sauce-Connect.jar $SAUCE_USER $SAUCE_KEY & | grep -v $SAUCE_KEY
|
||||
|
||||
#save the sauce pid in a file and give it a bit of time to connect
|
||||
echo $! > /tmp/sauce.pid
|
||||
wait 30
|
Loading…
Add table
Add a link
Reference in a new issue