mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 14:22:25 +00:00
note a problem with test_system
This commit is contained in:
parent
b464fa6483
commit
2955d22f72
@ -2618,7 +2618,7 @@ class SystemTest(SystemTestMixin, RunBinTahoeMixin, unittest.TestCase):
|
||||
|
||||
def _run_in_subprocess(ignored, verb, *args, **kwargs):
|
||||
stdin = kwargs.get("stdin")
|
||||
env = kwargs.get("env", os.environ)
|
||||
env = kwargs.get("env", os.environ) # XXX Gets mutated below, great.
|
||||
# Python warnings from the child process don't matter.
|
||||
env["PYTHONWARNINGS"] = "ignore"
|
||||
newargs = ["--node-directory", self.getdir("client0"), verb] + list(args)
|
||||
|
Loading…
Reference in New Issue
Block a user