]> git.sesse.net Git - ffmpeg/commitdiff
remove -e debug=off, unsupported my some wget versions (1.9), and doesnt makes any...
authorAlex Beregszaszi <alex@rtfs.hu>
Sun, 13 Nov 2005 00:41:44 +0000 (00:41 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Sun, 13 Nov 2005 00:41:44 +0000 (00:41 +0000)
Originally committed as revision 4690 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/server-regression.sh

index 8ac8441e69ffa6e3bb346a9bf1407bfbb7c0b7c4..8c4c8071b048f6f635e7d7b8fd278f26880be93a 100755 (executable)
@@ -24,7 +24,7 @@ sleep 2
 (
     cd data || exit $?
     rm -f ff-*;
-    WGET_OPTIONS="--user-agent=NSPlayer -q --proxy=off -e verbose=off -e debug=off -e server_response=off"
+    WGET_OPTIONS="--user-agent=NSPlayer -q --proxy=off -e verbose=off -e server_response=off"
     for file in $FILES; do
         if [ `expr match $file "a-*"` -ne 0 ]; then
             wget $WGET_OPTIONS --output-document=- http://localhost:9999/$file > ff-$file &