Commit 6eae7f12 authored by philipjsg's avatar philipjsg

Make sure that if you abort the server regression tests, then it doesn't say OK


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1357 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0ef59381
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment