diff options
author | thdox <thdox@free.fr> | 2015-02-24 10:54:57 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-02-24 19:27:07 +0100 |
commit | 72cb48727d979c8a20298ccdb9c711b0ce7a8a03 (patch) | |
tree | a8b3c6107a514a9ef249805ba9450d7084ca2362 /test/CheckBaselineTests.py | |
parent | 83bde60ec1c8bb7efcb9145ee8ebb4b3bceb3789 (diff) | |
download | fork-ledger-72cb48727d979c8a20298ccdb9c711b0ce7a8a03.tar.gz fork-ledger-72cb48727d979c8a20298ccdb9c711b0ce7a8a03.tar.bz2 fork-ledger-72cb48727d979c8a20298ccdb9c711b0ce7a8a03.zip |
Add --no-pager to untested options of CheckBaselineTests.py
As per comment in Pull Request #382
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 e3c8f385..1bef0aa0 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -29,6 +29,7 @@ class CheckBaselineTests (CheckOptions): 'help', 'import', 'no-color', + 'no-pager' 'options', 'price-db', 'price-exp', |