diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-09-13 01:03:32 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-09-13 01:07:08 +0300 |
commit | 8e2b139f618c9f0a15f58c575624560928afea10 (patch) | |
tree | 69acac523289a5450822bf3707b74fd97f4a9946 /README | |
parent | 0b0156f964c8e6d27b1215c381917662372f3a0f (diff) |
vsp-lib: Add option to keep all frames when tests succeed
When the environment variable VSP_KEEP_FRAMES is set to 1, all frames
will be kept regardless of the test results.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -56,3 +56,9 @@ Running the Tests The test scripts are named vsp-unit-test-[0-9]*.sh. They can be run directly from the test suite root directory. +Test options: + +- VSP_KEEP_FRAMES: When the VSP_KEEP_FRAMES environment variable is set to 1, + all frame files will be preserved regardless of the tests results. Otherwise + frame files for successful tests are removed. + |