comparison tests/test-multiple-audio/test-multiple-audio.sh @ 234:cee5cab9c85d

Remove unwanted output
author Chris Cannam
date Mon, 29 Feb 2016 13:47:24 +0000
parents 9a10c3ffff47
children 090b26a4d050
comparison
equal deleted inserted replaced
233:9a10c3ffff47 234:cee5cab9c85d
10 transform=$mypath/transforms/detectionfunction.n3 10 transform=$mypath/transforms/detectionfunction.n3
11 11
12 urlbase=http://vamp-plugins.org/sonic-annotator/testfiles 12 urlbase=http://vamp-plugins.org/sonic-annotator/testfiles
13 13
14 have_network=yes 14 have_network=yes
15 if ! ping -c 1 8.8.8.8 2>/dev/null ; then 15 if ! ping -c 1 8.8.8.8 2>/dev/null 1>&2 ; then
16 echo "(network appears unavailable, skipping networking tests)" 16 echo "(network appears unavailable, skipping networking tests)"
17 have_network=no 17 have_network=no
18 fi 18 fi
19 19
20 20