diff options
author | Reinhard Tartler <siretart@tauware.de> | 2013-03-23 09:43:26 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2013-03-23 14:45:01 +0100 |
commit | dc794d7096e32557cdc98339919aa1c12fe07c22 (patch) | |
tree | a05a112eb2e40509bb02f95fa5a8987c910eae7a | |
parent | 31a77177ff323ef83944c60a8654891213ab6691 (diff) | |
download | ffmpeg-dc794d7096e32557cdc98339919aa1c12fe07c22.tar.gz |
fate: fetch samples that match the release series
The idea is to ensure that 'make fate-rsync' always fetches the fate
samples that work with this release.
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 4e4eb897c0..8b56b4c3ee 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -104,7 +104,7 @@ $(FATE_AVCONV) $(FATE_SAMPLES_AVCONV): avconv$(EXESUF) ifdef SAMPLES FATE += $(FATE_SAMPLES) fate-rsync: - rsync -vaLW rsync://fate-suite.libav.org/fate-suite/ $(SAMPLES) + rsync -vaLW rsync://fate-suite.libav.org/fate-suite-9/ $(SAMPLES) else fate-rsync: @echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite" |