From 36e17d994edcf4095f7805842d2e12228cbe784f Mon Sep 17 00:00:00 2001 From: Ganesh Ajjanagadde Date: Fri, 31 Jul 2015 08:39:00 -0400 Subject: [PATCH] tests/fate-run: make FATE non-interactive FATE is non-interactive; it should not listen to user commands Signed-off-by: Ganesh Ajjanagadde This should fix leaving the terminal in a messed up state with zsh in case of crashes during fate Signed-off-by: Michael Niedermayer --- tests/fate-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index b88730a47e..7aa5df2c0d 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -93,7 +93,7 @@ probeframes(){ ffmpeg(){ dec_opts="-hwaccel $hwaccel -threads $threads -thread_type $thread_type" - ffmpeg_args="-nostats -cpuflags $cpuflags" + ffmpeg_args="-nostdin -nostats -cpuflags $cpuflags" for arg in $@; do [ x${arg} = x-i ] && ffmpeg_args="${ffmpeg_args} ${dec_opts}" ffmpeg_args="${ffmpeg_args} ${arg}"