#580: tools/dev/create_language.pl hardcodes the language name perl6 in harness
----------------------+-----------------------------------------------------
 Reporter:  NotFound  |       Owner:       
     Type:  bug       |      Status:  new  
 Priority:  minor     |   Milestone:       
Component:  none      |     Version:  trunk
 Severity:  medium    |    Keywords:       
     Lang:            |       Patch:       
 Platform:            |  
----------------------+-----------------------------------------------------
 The recently introduced program tools/dev/create_language.pl sets the name
 perl6 in t/harness:

 {{{
 $ make test
 /usr/bin/perl t/harness t/
 t/00-sanity....Could not execute (./perl6 t/00-sanity.t): open3: exec of
 ./perl6 t/00-sanity.t failed at
 /usr/local/share/perl/5.8.8/TAP/Parser/Iterator/Process.pm line 163

 $ ack perl6
 t/harness
 53:        exec      => ['./perl6'],
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/580>
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