diff options
author | John Wiegley <johnw@newartisans.com> | 2016-10-27 13:10:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-27 13:10:35 -0700 |
commit | f0e6140c8bc7565d0abe907dc7e08b7055b4a93b (patch) | |
tree | 8cf7ab81456fa989f2883d8106a9a9086354064e /test/CheckBaselineTests.py | |
parent | 310370db041349c94e6984cc283be18f5a25a6ca (diff) | |
parent | 5b70d4e5e4ec55ac977be4264f75cb5c3b764327 (diff) | |
download | ledger-f0e6140c8bc7565d0abe907dc7e08b7055b4a93b.tar.gz ledger-f0e6140c8bc7565d0abe907dc7e08b7055b4a93b.tar.bz2 ledger-f0e6140c8bc7565d0abe907dc7e08b7055b4a93b.zip |
Merge pull request #395 from thdox/force-color
--force-color does not require anymore --color.
Diffstat (limited to 'test/CheckBaselineTests.py')
-rwxr-xr-x | test/CheckBaselineTests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py index 8659d1b5..f53c59a2 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -23,7 +23,6 @@ class CheckBaselineTests (CheckOptions): 'args-only', 'debug', 'download', - 'force-color', 'force-pager', 'generated', 'help', |