diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-02-24 19:54:33 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-02-24 19:54:33 +0100 |
commit | 7358ced548d94b49c5b07dde08dcd8099c4f5c9d (patch) | |
tree | 0a9280ae52c64edf60e11969c57ea76a2ab825ea /test/CheckBaselineTests.py | |
parent | a526851c8a9be04d1c2c96d68a9548bfed27d248 (diff) | |
parent | df944929f82b473bbd155eac826420f0b38644eb (diff) | |
download | ledger-7358ced548d94b49c5b07dde08dcd8099c4f5c9d.tar.gz ledger-7358ced548d94b49c5b07dde08dcd8099c4f5c9d.tar.bz2 ledger-7358ced548d94b49c5b07dde08dcd8099c4f5c9d.zip |
Merge pull request #401 from thdox/baseline-tests
Improve baseline tests
Diffstat (limited to 'test/CheckBaselineTests.py')
-rwxr-xr-x | test/CheckBaselineTests.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py index 3c3e590b..8c51ddef 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -21,25 +21,18 @@ class CheckBaselineTests (CheckOptions): self.untested_options = [ 'anon', 'args-only', - 'cache', 'debug', 'download', 'file', 'force-color', 'force-pager', - 'full-help', 'help', - 'help-calc', - 'help-comm', - 'help-disp', 'import', - 'init-file', 'no-color', + 'no-pager' 'options', - 'price-db', 'price-exp', 'revalued-total', - 'script', 'seed', 'trace', 'verbose', |