diff options
author | Craig Earls <enderw88@gmail.com> | 2015-04-30 22:07:27 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2015-04-30 22:07:27 -0700 |
commit | 5f03a94b522f4c348ae952e2dfdba98e71a35b8f (patch) | |
tree | c667df4c6f76f03437ea0ee44ef84341b333a002 /test | |
parent | 17a267e1017a7448a364738e5c7eafaa820c622b (diff) | |
parent | 61156c861818642fb624932af3c7c7b63b14a5b3 (diff) | |
download | fork-ledger-5f03a94b522f4c348ae952e2dfdba98e71a35b8f.tar.gz fork-ledger-5f03a94b522f4c348ae952e2dfdba98e71a35b8f.tar.bz2 fork-ledger-5f03a94b522f4c348ae952e2dfdba98e71a35b8f.zip |
Merge commit '61156c861818642fb624932af3c7c7b63b14a5b3' into next
Diffstat (limited to 'test')
-rwxr-xr-x | test/CheckBaselineTests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py index 1439cda4..f0eb2646 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -26,17 +26,18 @@ class CheckBaselineTests (CheckOptions): 'file', 'force-color', 'force-pager', + 'generated', 'help', 'import', 'no-color', 'no-pager', 'options', 'price-exp', - 'revalued-total', 'seed', 'trace', 'verbose', 'verify', + 'verify-memory', 'version' ] |