summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-07-06 14:53:33 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2018-07-10 10:12:38 +0530
commit0bd48ab2d9e463b75ef52c0eaa0cc00c4c385cce (patch)
treeb53d5b658676bba043f979d939dfb86fec8a3a19 /doc
parentfa19fbcf712a6a6cc5a5cfdc3254a97b9bce6582 (diff)
fate: allow temp files for passed test to be kept
Set make variable KEEP to non-zero value to preserve temp files when a test has passed. Helpful in diagnosing failed tests when test outfile is some type of single hash and does not reveal differences in processed output.
Diffstat (limited to 'doc')
-rw-r--r--doc/fate.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/fate.texi b/doc/fate.texi
index c9c0d3aea9..a352994230 100644
--- a/doc/fate.texi
+++ b/doc/fate.texi
@@ -222,6 +222,11 @@ Set to @samp{1} to generate the missing or mismatched references.
Specify which hardware acceleration to use while running regression tests,
by default @samp{none} is used.
+@item KEEP
+Set to @samp{1} to keep temp files generated by fate test(s) when test is successful.
+Default is @samp{0}, which removes these files. Files are always kept when a test
+fails.
+
@end table
@section Examples