diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-06-27 15:45:58 +0200 |
---|---|---|
committer | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-07-03 10:12:22 +0200 |
commit | 94fcec0902ec6df54a6286f61e35fa6f93815fd6 (patch) | |
tree | 0de82685298332f274bd0ddcb61bc36a35cbf95c /test/README.md | |
parent | test/run_tests.pl: Add visual separator after failed test case for VFP and VF... (diff) | |
download | openssl-94fcec0902ec6df54a6286f61e35fa6f93815fd6.tar.xz openssl-94fcec0902ec6df54a6286f61e35fa6f93815fd6.zip |
test/run_tests.pl: Add alias REPORT_FAILURES{,_PROGRESS} for VF and VFP
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12279)
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/README.md b/test/README.md index d5591dc00f..a9e0c827d1 100644 --- a/test/README.md +++ b/test/README.md @@ -27,12 +27,13 @@ Full verbosity, showing full output of all successful and failed test cases $ mms /macro=(V=1) test ! OpenVMS $ nmake V=1 test # Windows -Verbosity on failed (sub-)tests only (`VERBOSE_FAILURE` or `VF`): +Verbosity on failed (sub-)tests only +(`VERBOSE_FAILURE` or `VF` or `REPORT_FAILURES`): $ make test VF=1 Verbosity on failed (sub-)tests, in addition progress on succeeded (sub-)tests -(`VERBOSE_FAILURE_PROGRESS` or `VFP`): +(`VERBOSE_FAILURE_PROGRESS` or `VFP` or `REPORT_FAILURES_PROGRESS`): $ make test VFP=1 |