From: Zac Medico Date: Sat, 4 Sep 2010 06:25:24 +0000 (-0700) Subject: In the short timeout test for QueueScheduler.run(), assert that the X-Git-Tag: v2.2_rc75~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=564ad295af30cbf1b92476992ad2520da7806bbe;p=portage.git In the short timeout test for QueueScheduler.run(), assert that the subprocess has stopped. --- diff --git a/pym/portage/tests/ebuild/test_ipc_daemon.py b/pym/portage/tests/ebuild/test_ipc_daemon.py index 3298040a8..caf54c9b9 100644 --- a/pym/portage/tests/ebuild/test_ipc_daemon.py +++ b/pym/portage/tests/ebuild/test_ipc_daemon.py @@ -103,6 +103,7 @@ class IpcDaemonTestCase(TestCase): self.assertEqual(self.received_command, False, "command received after %d seconds" % \ (time.time() - start_time,)) + self.assertEqual(proc.isAlive(), False) self.assertEqual(proc.returncode == os.EX_OK, False) finally: