Explorar o código

Wait for git subprocess to finish in DulwichTCPClientTest.

Gary van der Merwe %!s(int64=10) %!d(string=hai) anos
pai
achega
4736a989d9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dulwich/tests/compat/test_client.py

+ 1 - 0
dulwich/tests/compat/test_client.py

@@ -287,6 +287,7 @@ class DulwichTCPClientTest(CompatTestCase, DulwichClientTestBase):
                 os.unlink(self.pidfile)
             except (OSError, IOError):
                 pass
+        self.process.wait()
         self.process.stdout.close()
         self.process.stderr.close()
         DulwichClientTestBase.tearDown(self)