public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11038 - main/branches/prefix/pym/_emerge
@ 2008-07-13 11:56 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2008-07-13 11:56 UTC (permalink / raw
  To: gentoo-commits

Author: grobian
Date: 2008-07-13 11:56:18 +0000 (Sun, 13 Jul 2008)
New Revision: 11038

Modified:
   main/branches/prefix/pym/_emerge/__init__.py
Log:
   Merged from trunk 11036:11037

   | 11037   | In can_poll_tty(), direct bash's stderr into the pty since   |
   | zmedico | we don't want so see any error message it generates (due to  |
   |         | PipeReader closing it's end of the pty). The error message   |
   |         | is irrelevant since all we want to know is whether or not    |
   |         | the data is successfully transmitted through the pty.        |


Modified: main/branches/prefix/pym/_emerge/__init__.py
===================================================================
--- main/branches/prefix/pym/_emerge/__init__.py	2008-07-13 11:54:13 UTC (rev 11037)
+++ main/branches/prefix/pym/_emerge/__init__.py	2008-07-13 11:56:18 UTC (rev 11038)
@@ -8050,7 +8050,7 @@
 
 	producer = SpawnProcess(
 		args=["bash", "-c", "echo -n '%s'" % test_string],
-		fd_pipes={1:slave_fd}, scheduler=scheduler)
+		fd_pipes={1:slave_fd,2:slave_fd}, scheduler=scheduler)
 
 	consumer = PipeReader(
 		input_files={"producer" : master_file},

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-13 11:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-13 11:56 [gentoo-commits] portage r11038 - main/branches/prefix/pym/_emerge Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox