diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-11-06 14:45:51 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-07 18:33:52 +0100 |
commit | 9dfe07a1fbcd489a210c82596675b43ca7c3ca74 (patch) | |
tree | bf02ef3da694fca74def0123b23017c5a0bf17e0 | |
parent | 4d2f83f8acb6c6444c3b276e15c5369d28b7c037 (diff) | |
download | ffmpeg-9dfe07a1fbcd489a210c82596675b43ca7c3ca74.tar.gz |
fate-rsync: replace -a by -rlt
This remove the owner, group and permission preservation on fatesample checkouts
These caused problems for durandal_1707
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 06a5aa7dc1..da7fdc169b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -134,7 +134,7 @@ ifdef SAMPLES FATE += $(FATE_FULL) $(FATE_FULL-yes) FATE += $(FATE_EXTERN) fate-rsync: - rsync -vaLW --timeout=60 --contimeout=60 rsync://fate-suite.ffmpeg.org/fate-suite/ $(SAMPLES) + rsync -vrltLW --timeout=60 --contimeout=60 rsync://fate-suite.ffmpeg.org/fate-suite/ $(SAMPLES) else fate:: @echo "warning: only a subset of the fate tests will be run because SAMPLES is not specified" |