mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00:00
Make sure that if you abort the server regression tests, then it doesn't say OK
Originally committed as revision 1357 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
34d7008db0
commit
bc15b8ef64
@ -8,6 +8,7 @@ FFSERVER_PID=$!
|
||||
sleep 1
|
||||
(
|
||||
cd data
|
||||
rm -f $FILES;
|
||||
for file in $FILES; do
|
||||
wget --user-agent=NSPlayer -q --output-document=- http://localhost:9999/$file?date=19700101T000000Z | head --bytes=100000 > $file &
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user