Skip to content

Commit

Permalink
test: remove unused testpy code
Browse files Browse the repository at this point in the history
The temporary directory for tests is managed in the JS `common` module.
Remove unused variable from `testpy` that is legacy from when it was
managed in the Python test harness.

PR-URL: #12844
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Cai <davidcai1993@yahoo.com>
  • Loading branch information
Trott authored and MylesBorins committed Jul 11, 2017
1 parent 52b7d5e commit c35f490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/testpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def __init__(self, path, file, arch, mode, context, config, additional=None):
self.config = config
self.arch = arch
self.mode = mode
self.tmpdir = join(dirname(self.config.root), 'tmp')
if additional is not None:
self.additional_flags = additional
else:
Expand Down

0 comments on commit c35f490

Please sign in to comment.