aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2013-03-23 09:43:26 +0100
committerReinhard Tartler <siretart@tauware.de>2013-03-23 14:46:45 +0100
commitdab40d5bd4da0f15dfe8dd6f1d7655fa107020ef (patch)
tree91c4377b34a4c54b41cdd579d83e533eb11a7dc5
parentcd534fdf86e12ccd9a702ce0aee093b95150df8e (diff)
downloadffmpeg-dab40d5bd4da0f15dfe8dd6f1d7655fa107020ef.tar.gz
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@tauware.de>
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index dba9e83688..b6b33e5082 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"