Skip to content

Commit 00e62c9

Browse files
TrottOlivier Martin
authored andcommitted
test: remove unused testpy code
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: nodejs#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>
1 parent 57fd906 commit 00e62c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/testpy/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def __init__(self, path, file, arch, mode, context, config, additional=None):
4444
self.config = config
4545
self.arch = arch
4646
self.mode = mode
47-
self.tmpdir = join(dirname(self.config.root), 'tmp')
4847
if additional is not None:
4948
self.additional_flags = additional
5049
else:

0 commit comments

Comments
 (0)