From 0bd48ab2d9e463b75ef52c0eaa0cc00c4c385cce Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Fri, 6 Jul 2018 14:53:33 +0530 Subject: 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. --- doc/fate.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/fate.texi') 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 -- cgit v1.2.1