On Saturday 29 December 2007 18:13:26 chromatic wrote:

> As of r24274:

Let's call that r24276.

>       $ perl Configure.pl
>       $ make pbc_to_c.pir

... and this should be:

        $ make pbc_to_c

>       $ cd languages/perl6
>       $ make
>       $ ../../parrot pbc_to_c.pir perl6.pbc

... and instead:

        $ ../../pbc_to_c perl6.pbc

>       $ cd ../..
>       $ languages/perl6/perl6 languages/perl6/t/01-sanity/01-tap.t
>       1..10
>       ok 1
>       ok 2
>       ok
>       # comment
>       ok 4
>       ok 5
>       ok 6 foo
>       ok 7 # skip
>       ok 8 # skip bar
>       not ok 9 # TODO
>       not ok 10 # TODO baz
>       $

-- c

Reply via email to