Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-07-31 15:39:00 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-12 01:10:57 +0300
commit36e17d994edcf4095f7805842d2e12228cbe784f (patch)
tree2a388fbed76b0466103e83afa0ec3f777a4043f1 /tests/fate-run.sh
parent8992029fc0a4dd9df16f8cb46cfb641c98fc9f6c (diff)
tests/fate-run: make FATE non-interactive
FATE is non-interactive; it should not listen to user commands Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> This should fix leaving the terminal in a messed up state with zsh in case of crashes during fate Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh2
1 files changed, 1 insertions, 1 deletions
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}"