diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-08-05 00:09:01 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-08-05 00:09:01 +0200 |
commit | 8d351d1b4c0c0c602c1ea6d17276496391dde572 (patch) | |
tree | c7be156ae06b06df147b103737e2f6e2d461ae0e /test/CheckBaselineTests.py | |
parent | 81b14e471a1b2635bab280d589ba9f3eb46ce502 (diff) | |
download | fork-ledger-8d351d1b4c0c0c602c1ea6d17276496391dde572.tar.gz fork-ledger-8d351d1b4c0c0c602c1ea6d17276496391dde572.tar.bz2 fork-ledger-8d351d1b4c0c0c602c1ea6d17276496391dde572.zip |
[tests] Ignore --revalued-total in baseline tests
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 570b93be..8659d1b5 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -32,6 +32,7 @@ class CheckBaselineTests (CheckOptions): 'no-pager', 'options', 'price-exp', + 'revalued-total', 'seed', 'trace', 'verbose', |