diff options
author | thdox <thdox@free.fr> | 2015-02-24 10:49:16 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-02-24 19:26:28 +0100 |
commit | fce467fba9ebce81c0235916ff4848f50f1f1f21 (patch) | |
tree | 011a6e3da939fc98f9d719f3887289c0ef36c0f3 /test/CheckBaselineTests.py | |
parent | ddf17b62460f17e0cca3b01a40e838544d683f91 (diff) | |
download | fork-ledger-fce467fba9ebce81c0235916ff4848f50f1f1f21.tar.gz fork-ledger-fce467fba9ebce81c0235916ff4848f50f1f1f21.tar.bz2 fork-ledger-fce467fba9ebce81c0235916ff4848f50f1f1f21.zip |
Remove --cache from untested options in CheckBaselinetests.py
As per commit d5e1308d07e9a7d9da33aed6f7f617b2209cba40
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 dd6f4702..e44c576d 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -21,7 +21,6 @@ class CheckBaselineTests (CheckOptions): self.untested_options = [ 'anon', 'args-only', - 'cache', 'debug', 'download', 'file', |