diff options
author | thdox <thdox@free.fr> | 2015-02-25 20:15:00 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-03-23 23:35:07 +0100 |
commit | 2bcfb0df5a56bb8f6f16078e6b0fa7c4c8b2f385 (patch) | |
tree | adcd7a12b18488ac7a02fcb9fad747c86984b709 /test/CheckBaselineTests.py | |
parent | 57bd08efce33ee505cdbef56a3bb9bd93bedb7ba (diff) | |
download | fork-ledger-2bcfb0df5a56bb8f6f16078e6b0fa7c4c8b2f385.tar.gz fork-ledger-2bcfb0df5a56bb8f6f16078e6b0fa7c4c8b2f385.tar.bz2 fork-ledger-2bcfb0df5a56bb8f6f16078e6b0fa7c4c8b2f385.zip |
Add --verify-memory to untested options.
This --verify-memory option is very system (Linux/Mac) dependent on how
the memory is allocated. This cannot be reproduce with same results.
Diffstat (limited to 'test/CheckBaselineTests.py')
-rwxr-xr-x | test/CheckBaselineTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py index 2a1f0315..9c8d4123 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -36,6 +36,7 @@ class CheckBaselineTests (CheckOptions): 'trace', 'verbose', 'verify', + 'verify-memory', 'version' ] |