summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter 'Pita' Martischka <petermartischka@googlemail.com>2012-11-01 23:46:04 +0000
committerPeter 'Pita' Martischka <petermartischka@googlemail.com>2012-11-01 23:46:04 +0000
commitc8dfa6d7aed0638b85a685dc5bde5b4d67580f07 (patch)
treebe22296c6200ce632c3feb5f6b96ef59b6236fbd /tests
parentb08d948ddd0bf9c56ec7b0eab22b23edde73dbed (diff)
downloadetherpad-lite-c8dfa6d7aed0638b85a685dc5bde5b4d67580f07.zip
less noise
Diffstat (limited to 'tests')
-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 3f53842b..ac8f7ac7 100755
--- a/tests/frontend/travis/sauce_tunnel.sh
+++ b/tests/frontend/travis/sauce_tunnel.sh
@@ -4,7 +4,7 @@ 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 -f /tmp/tunnel | grep -v $SAUCE_KEY)&
+(java -jar /tmp/Sauce-Connect.jar $SAUCE_USER $SAUCE_KEY -f /tmp/tunnel > /dev/null )&
# save the sauce pid in a file
echo $! > /tmp/sauce.pid