Skip to content

Commit

Permalink
Need a ./perl6 for test_summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Nov 4, 2012
1 parent d80f178 commit dd6ac96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/niecza.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ rm -rf niecza
git clone git://github.com/sorear/niecza.git
cd niecza
ln -s ../../roast t/spec
echo "#!/usr/bin/env perl" > perl6
echo 'exec "ulimit -t 15; ulimit -v 1260720; nice -20 mono ./run/Niecza.exe @ARGV"' >> perl6
chmod a+x ./perl6
make all
mono ./run/Niecza.exe -e "say 'BUILD SETTING'"
/home/coke/perl5/perlbrew/perls/perl-5.14.2/bin/perl t/spec/test_summary niecza 2>&1 | tee ../niecza_summary.out

0 comments on commit dd6ac96

Please sign in to comment.