[FFmpeg-cvslog] fate: fetch samples that match the release series

Reinhard Tartler git at videolan.org
Sun Apr 7 16:08:22 CEST 2013


ffmpeg | branch: release/0.10 | Reinhard Tartler <siretart at tauware.de> | Sat Mar 23 09:43:26 2013 +0100| [dab40d5bd4da0f15dfe8dd6f1d7655fa107020ef] | committer: Reinhard Tartler

fate: fetch samples that match the release series

The idea is to ensure that 'make fate' always fetches the fate samples
that work with this release.
(cherry picked from commit a89f68776b2771935a348ce07d0a094ae965acfc)

Signed-off-by: Reinhard Tartler <siretart at tauware.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dab40d5bd4da0f15dfe8dd6f1d7655fa107020ef
---

 tests/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index dba9e83..b6b33e5 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -102,7 +102,7 @@ fate-seek:   $(FATE_SEEK)
 ifdef SAMPLES
 FATE += $(FATE_TESTS) $(FATE_TESTS-yes)
 fate-rsync:
-	rsync -vaLW rsync://fate-suite.libav.org/fate-suite/ $(SAMPLES)
+	rsync -vaLW rsync://fate-suite.libav.org/fate-suite-0.8/ $(SAMPLES)
 else
 fate-rsync:
 	@echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"



More information about the ffmpeg-cvslog mailing list