Commit 7f034a02 authored by Andreas Cadhalpun's avatar Andreas Cadhalpun

tests: drop -d option from ffserver invocation

It randomly causes failures with an error like:
"Failed to set value '-f' for option 'd': Error number -920332800 occurred"

(The error number is different every time.)
Reviewed-by: 's avatarReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Signed-off-by: 's avatarAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
parent 0bd227e3
......@@ -12,7 +12,7 @@ target_path=$5
FILES=$(sed -n 's/^[^#]*<Stream \(.*\)>.*/\1/p' $2 | grep -v html)
rm -f tests/feed1.ffm
$target_exec ${target_path}/ffserver${PROGSUF} -d -f "$2" &
$target_exec ${target_path}/ffserver${PROGSUF} -f "$2" &
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