Re: Parrot test harness and stdout/stderr

2002-01-26 Thread Melvin Smith
At 06:01 PM 1/26/2002 -0500, Melvin Smith wrote: >At 10:10 PM 1/26/2002 +, Alex Gough wrote: >>On Sat, 26 Jan 2002, Melvin Smith wrote: >> >> > Dan, I am gonna turn off -debug in the interp test below, since the >> > test harness is picking up stderr as well as stdout and the test >> > below i

Re: Parrot test harness and stdout/stderr

2002-01-26 Thread Melvin Smith
At 10:10 PM 1/26/2002 +, Alex Gough wrote: >On Sat, 26 Jan 2002, Melvin Smith wrote: > > > Dan, I am gonna turn off -debug in the interp test below, since the > > test harness is picking up stderr as well as stdout and the test > > below is failing. (-d causes Parrot to be talkative, no pun in

Re: Parrot test harness and stdout/stderr

2002-01-26 Thread Alex Gough
On Sat, 26 Jan 2002, Melvin Smith wrote: > Dan, I am gonna turn off -debug in the interp test below, since the > test harness is picking up stderr as well as stdout and the test > below is failing. (-d causes Parrot to be talkative, no pun intended) > > It just showed up when I fixed in interpret

Parrot test harness and stdout/stderr

2002-01-26 Thread Melvin Smith
Dan, I am gonna turn off -debug in the interp test below, since the test harness is picking up stderr as well as stdout and the test below is failing. (-d causes Parrot to be talkative, no pun intended) It just showed up when I fixed in interpreter local IO stuff (will commit later). Can the te