Skip to content

Commit

Permalink
Allow longer run times
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Sep 7, 2013
1 parent 38f7910 commit 9914338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/niecza.sh
Expand Up @@ -12,7 +12,7 @@ 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 60; ulimit -v 1260720; nice -20 mono ./run/Niecza.exe @ARGV"' >> perl6
echo 'exec "ulimit -t 90; ulimit -v 1260720; nice -20 mono ./run/Niecza.exe @ARGV"' >> perl6
chmod a+x ./perl6
make all

Expand Down
2 changes: 1 addition & 1 deletion bin/pugs.sh
Expand Up @@ -19,6 +19,6 @@ ln -s ../../roast t/spec
echo "#!/usr/bin/env perl" > perl6
echo '$ENV{PUGS_USE_EXTERNAL_TEST}=1;' >> perl6
echo '$ENV{LC_ALL}="en_US.ISO-8859-1";' >> perl6
echo 'exec "ulimit -t 60; ulimit -v 1260720; nice -20 ./Pugs/pugs -IPugs/ext/Test/lib @ARGV"' >> perl6
echo 'exec "ulimit -t 90; ulimit -v 1260720; nice -20 ./Pugs/pugs -IPugs/ext/Test/lib @ARGV"' >> perl6
chmod a+x ./perl6
perl t/spec/test_summary pugs 2>&1 | tee ../pugs_summary.out

0 comments on commit 9914338

Please sign in to comment.