diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-04-03 02:45:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-03 03:18:19 +0200 |
commit | 7d6f61bdd26ec1e09328545983730261d5e7978d (patch) | |
tree | c51c8b729a5850f059b178ecf578edf154bf402f /doc | |
parent | a3b718436510c0e0930431a8a5255bcf4d4b4068 (diff) | |
download | ffmpeg-7d6f61bdd26ec1e09328545983730261d5e7978d.tar.gz |
patch checklist:uggest fate instead of regression tests
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index a784e7c2e6..04cd3310c5 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -319,7 +319,7 @@ send a reminder by email. Your patch should eventually be dealt with. @enumerate @item - Do the regression tests pass with the patch applied? + Does fate pass with the patch applied? (make fate) @item Is the patch a unified diff? @item |