Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
minor fixups
- Loading branch information
Showing
4 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,17 @@ | ||
| #!/bin/sh | ||
|
|
||
| # default to sysperl | ||
| PATH=/usr/local/bin:$PATH | ||
|
|
||
| rm -rf rakudo | ||
| git clone git://github.com/rakudo/rakudo.git | ||
| cd rakudo | ||
| ln -s ../../roast t/spec | ||
| /home/coke/perl5/perlbrew/perls/perl-5.14.2/bin/perl Configure.pl --gen-parrot | ||
| perl Configure.pl --gen-parrot | ||
| make all | ||
|
|
||
| # uninstalled rakudo doesn't know how to find Test.pm | ||
| # ... or any other modules | ||
| export PERL6LIB=`pwd`/lib:. | ||
|
|
||
| /home/coke/perl5/perlbrew/perls/perl-5.14.2/bin/perl t/spec/test_summary rakudo 2>&1 | tee ../rakudo_summary.out | ||
| perl t/spec/test_summary rakudo 2>&1 | tee ../rakudo_summary.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters