Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
use perl6-limited.pl
Browse files Browse the repository at this point in the history
-- courtesy of rakudo
  • Loading branch information
coke committed Feb 19, 2012
1 parent 1de17bd commit ce76481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion t/update_passing_test_data.pl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ sub read_specfile {
sub get_harness {
return TAP::Harness->new({
verbosity => -2,
exec => ["./perl6"],
exec => ["./tools/perl6-limited.pl"],
merge => 1,
});
}
Expand Down
2 changes: 2 additions & 0 deletions tools/perl6-limited.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env perl
exec "ulimit -t 30; ulimit -v 1260720; nice -20 ./perl6 @ARGV";

0 comments on commit ce76481

Please sign in to comment.