#661: [TODO] Capture output of subprocesses
----------------------+-----------------------------------------------------
 Reporter:  pmichaud  |       Owner:  allison
     Type:  todo      |      Status:  new    
 Priority:  normal    |   Milestone:  1.2    
Component:  core      |     Version:  1.1.0  
 Severity:  medium    |    Keywords:         
     Lang:  perl6     |       Patch:         
 Platform:            |  
----------------------+-----------------------------------------------------

Comment(by Infinoid):

 Replying to [comment:2 NotFound]:
 > Following #parrotsketch and later #parrot comments, I've made an initial
 fix for Parrot_io_open_pipe in unix platforms and a test for in t/op/io.t,
 TODOed except for linux because is the only platform I tested.

 Thanks for the test.  Be advised that I changed the TODO into a SKIP for
 the 1.2.0 release, because it was inconsistent (it was a TODO pass on some
 platforms) and because it was leaving background processes running.  Those
 processes all had the command line "parrot <path>/cat.pasm", and would
 still be running days after the test had completed.

 Several of you who have run "make test" in the last few days probably
 still have these running; try "ps ax | grep parrot" to see those
 processes, or "killall parrot" to kill them.

 Mark

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/661#comment:4>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to