Skip to content
Snippets Groups Projects
Commit 968ae1d9 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

fix servertest in out of tree builds

Originally committed as revision 13631 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ce8f4fb3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment