From 05a6c625f47500d8079eea8512670f9134b31328 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 28 Jul 2012 04:26:23 +0200 Subject: [PATCH] fate: switch rsync to fate-suite.ffmpeg.org Signed-off-by: Michael Niedermayer --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"