This commit is contained in:
Remi Collet 2022-03-29 10:20:21 +02:00
parent 23cce68d24
commit fe4aba6588
No known key found for this signature in database
GPG key ID: DC9FF8D3EE5AF27F

View file

@ -98,7 +98,7 @@ Options:
file. file.
--set-timeout <n> --set-timeout <n>
Set timeout for individual tests, where [n] is the number of Set timeout for individual tests, where <n> is the number of
seconds. The default value is 60 seconds, or 300 seconds when seconds. The default value is 60 seconds, or 300 seconds when
testing for memory leaks. testing for memory leaks.
@ -114,7 +114,7 @@ Options:
however 'diff' only exists when a test fails. however 'diff' only exists when a test fails.
--show-slow <n> --show-slow <n>
Show all tests that took longer than [n] milliseconds to run. Show all tests that took longer than <n> milliseconds to run.
--no-clean Do not execute clean section if any. --no-clean Do not execute clean section if any.