mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
travis, will you like this?
This commit is contained in:
parent
2f26086c5d
commit
23c5cd83b9
2 changed files with 5 additions and 3 deletions
|
@ -4,8 +4,9 @@ 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
|
||||
(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
|
||||
wait 30
|
||||
kill $!
|
Loading…
Add table
Add a link
Reference in a new issue