diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-07-28 04:26:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-28 17:05:24 +0200 |
commit | 05a6c625f47500d8079eea8512670f9134b31328 (patch) | |
tree | 7dff9c9b6f5ceddc8dab3535459fe6a995522354 /tests | |
parent | efcfcf8793a64525536e809e04f952ebed719b28 (diff) | |
download | ffmpeg-05a6c625f47500d8079eea8512670f9134b31328.tar.gz |
fate: switch rsync to fate-suite.ffmpeg.org
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index fbac76a0e3..ee16d25097 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -124,7 +124,7 @@ FATE += $(FATE_LAVF_FATE) FATE += $(FATE_FULL) $(FATE_FULL-yes) FATE += $(FATE_SAMPLES) fate-rsync: - rsync -vaLW --timeout=60 --contimeout=60 rsync://fate-suite.avcodec.org/fate-suite/ $(SAMPLES) + rsync -vaLW --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" |