diff options
author | thdox <thdox@free.fr> | 2015-02-25 20:22:41 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-03-23 23:35:07 +0100 |
commit | befb06f941d4f4573c3624071bd680caf292edfa (patch) | |
tree | 4d70e08a6803152f307d17251a30286c2adaf74e /test/CheckBaselineTests.py | |
parent | 2bcfb0df5a56bb8f6f16078e6b0fa7c4c8b2f385 (diff) | |
download | fork-ledger-befb06f941d4f4573c3624071bd680caf292edfa.tar.gz fork-ledger-befb06f941d4f4573c3624071bd680caf292edfa.tar.bz2 fork-ledger-befb06f941d4f4573c3624071bd680caf292edfa.zip |
Add --generated to untested options list.
--generated will generate each time new entries, this cannot be
reproduced safely.
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 9c8d4123..f0eb2646 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -26,6 +26,7 @@ class CheckBaselineTests (CheckOptions): 'file', 'force-color', 'force-pager', + 'generated', 'help', 'import', 'no-color', |