diff options
author | Mike Melanson <mike@multimedia.cx> | 2011-11-20 21:48:45 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-21 23:52:23 +0100 |
commit | 2a0e180144a3e96b32b4f2b99e48be59bc8a1915 (patch) | |
tree | 02fb6f935d12a47a5c8c5f9af55f16fb993c78ab /doc | |
parent | 70974bdb278373e346bcc3fd59c9e413f8055fa5 (diff) | |
download | ffmpeg-2a0e180144a3e96b32b4f2b99e48be59bc8a1915.tar.gz |
Document a critical gotcha in FATE
FATE samples paths can not be contain a '~' character. This has bitten me
on multiple occasions and I have heard I'm not the only victim.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fate.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/fate.txt b/doc/fate.txt index 6ca302c024..ddcbdcda71 100644 --- a/doc/fate.txt +++ b/doc/fate.txt @@ -12,6 +12,8 @@ Use the following command to get the fate test samples To inform the build system about the testsuite location, pass `--samples=<path to the samples>` to configure or set the SAMPLES Make variable or the FATE_SAMPLES environment variable to a suitable value. +NOTE: Do not put a '~' character in the samples path to indicate a home +directory. Because of shell nuances, this will cause FATE to fail. For information on how to set up FATE to send results to the official FFmpeg testing framework, please refer to the following wiki page: |