diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/CheckBaselineTests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py index 1439cda4..f0eb2646 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -26,17 +26,18 @@ class CheckBaselineTests (CheckOptions): 'file', 'force-color', 'force-pager', + 'generated', 'help', 'import', 'no-color', 'no-pager', 'options', 'price-exp', - 'revalued-total', 'seed', 'trace', 'verbose', 'verify', + 'verify-memory', 'version' ] |