testament: make valgrind optional (#21238)

Add a simple switch to enable/disable valgrind support. On by default
This commit is contained in:
Anna
2023-01-11 22:23:43 +05:00
committed by GitHub
parent 8be46f3d16
commit e4e947232b
2 changed files with 12 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ Options
--colors:on|off Turn messages coloring on|off.
--backendLogging:on|off Disable or enable backend logging. By default turned on.
--megatest:on|off Enable or disable megatest. Default is on.
--valgrind:on|off Enable or disable valgrind support. Default is on.
--skipFrom:file Read tests to skip from `file` - one test per line, # comments ignored