On Tue, Aug 19, 2008 at 9:09 AM,  <[EMAIL PROTECTED]> wrote:
> Author: coke
> Date: Tue Aug 19 06:09:07 2008
> New Revision: 30336
>
> Modified:
>   trunk/languages/t/harness
>
> Log:
> [t] revert r24988; no test harnesses support --master, and at least one was 
> reporting it as an invalid option during 'make test' in languages.
>
>
> Modified: trunk/languages/t/harness
> ==============================================================================
> --- trunk/languages/t/harness   (original)
> +++ trunk/languages/t/harness   Tue Aug 19 06:09:07 2008
> @@ -116,7 +116,7 @@
>  my @tests;
>  foreach my $harness (@harnesses) {
>     my $perl = "$^X -I" . File::Spec->join(File::Spec->updir(), 'lib');
> -    open(FILES, "$perl $harness --files --master |");
> +    open(FILES, "$perl $harness --files |");
>     push @tests, <FILES>;
>     close(FILES);
>  }
>

Bah. I meant 24989. looking at the wrong side of the diff window. :|

-- 
Will "Coke" Coleda

Reply via email to