Commit 968ae1d9 authored by Måns Rullgård's avatar Måns Rullgård

fix servertest in out of tree builds

Originally committed as revision 13631 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ce8f4fb3
......@@ -9,7 +9,7 @@ mkdir -p tests/data
FILES=`sed -n 's/^[^#]*<Stream \(.*\)>.*/\1/p' $2 | grep -v html`
rm -f tests/feed1.ffm
./ffserver -d -f tests/test.conf 2> /dev/null &
./ffserver -d -f "$2" 2> /dev/null &
FFSERVER_PID=$!
echo "Waiting for feeds to startup..."
sleep 2
......
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