aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/file.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-12-28 04:10:45 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-12-28 04:10:45 +0300
commit09935c16df8ef1ea77697c541ac55d7d2dbbb15d (patch)
treed6259d67916ae48f85ede5b81c209b247453623a /test/file.py
parentutils: interface update & refactoring (diff)
downloadaes-tools-09935c16df8ef1ea77697c541ac55d7d2dbbb15d.tar.gz
aes-tools-09935c16df8ef1ea77697c541ac55d7d2dbbb15d.zip
test: refactoring
Diffstat (limited to '')
-rw-r--r--test/file.py2
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)