Explorar el Código

Wait for git subprocess to finish in DulwichTCPClientTest.

Gary van der Merwe hace 10 años
padre
commit
4736a989d9
Se han modificado 1 ficheros con 1 adiciones y 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)