diff options
-rwxr-xr-x | test/CheckTests.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/CheckTests.py b/test/CheckTests.py index 225d4a8d..1a364ff4 100755 --- a/test/CheckTests.py +++ b/test/CheckTests.py @@ -71,7 +71,14 @@ for line in pipe.stderr: else: documented_options.remove(option) -known_alternates = [ 'cost', 'first', 'last', 'leeway', 'period-sort' ] +known_alternates = [ + 'cost', + 'first', + 'import', + 'last', + 'leeway', + 'period-sort' +] for option in documented_options: if option not in known_alternates: |