Mercurial > hg > sonic-annotator
changeset 234:cee5cab9c85d
Remove unwanted output
author | Chris Cannam |
---|---|
date | Mon, 29 Feb 2016 13:47:24 +0000 |
parents | 9a10c3ffff47 |
children | 6a804920b4a8 |
files | tests/test-multiple-audio/test-multiple-audio.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-multiple-audio/test-multiple-audio.sh Thu Feb 25 18:19:27 2016 +0000 +++ b/tests/test-multiple-audio/test-multiple-audio.sh Mon Feb 29 13:47:24 2016 +0000 @@ -12,7 +12,7 @@ urlbase=http://vamp-plugins.org/sonic-annotator/testfiles have_network=yes -if ! ping -c 1 8.8.8.8 2>/dev/null ; then +if ! ping -c 1 8.8.8.8 2>/dev/null 1>&2 ; then echo "(network appears unavailable, skipping networking tests)" have_network=no fi