diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-12-28 04:10:45 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-12-28 04:10:45 +0300 |
commit | 09935c16df8ef1ea77697c541ac55d7d2dbbb15d (patch) | |
tree | d6259d67916ae48f85ede5b81c209b247453623a /test/file.py | |
parent | utils: interface update & refactoring (diff) | |
download | aes-tools-09935c16df8ef1ea77697c541ac55d7d2dbbb15d.tar.gz aes-tools-09935c16df8ef1ea77697c541ac55d7d2dbbb15d.zip |
test: refactoring
Diffstat (limited to '')
-rw-r--r-- | test/file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file.py b/test/file.py index fdb2d3a..d1abc3d 100644 --- a/test/file.py +++ b/test/file.py @@ -173,5 +173,5 @@ if __name__ == '__main__': logging_options['filename'] = args.log logging.basicConfig(**logging_options) - tools = toolkit.Tools(args.path, use_sde=args.sde, use_boxes=False) + tools = toolkit.Tools(args.path, use_sde=args.sde) _run_tests(tools, args.suite, args.force) |