From 52b73f46e17e4c259040cc5592e77b134a0414b7 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Mon, 29 Oct 2012 23:43:27 +0000 Subject: [PATCH] can it start the script? --- tests/frontend/travis/sauce_tunnel.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tests/frontend/travis/sauce_tunnel.sh b/tests/frontend/travis/sauce_tunnel.sh index 306226e69..9be60d973 100644 --- a/tests/frontend/travis/sauce_tunnel.sh +++ b/tests/frontend/travis/sauce_tunnel.sh @@ -1,12 +1,13 @@ #!/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 +echo "hello world" +#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 -kill $! \ No newline at end of file +#echo $! > /tmp/sauce.pid +#wait 30 +#kill $! \ No newline at end of file