X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fbin%2Fbomb.pl;h=0f434d013bdcf68a9a19e52523df0061fe2c168e;hb=71a3bc5e72fdcf2a51c3d32f10b8248c0ac5399c;hp=a79be99be621ebb4609f0cf728cd779780974f11;hpb=996eb9ae88f39ad326adcfa07fa468af9b756cc6;p=mkws-moved-to-github.git diff --git a/test/bin/bomb.pl b/test/bin/bomb.pl index a79be99..0f434d0 100755 --- a/test/bin/bomb.pl +++ b/test/bin/bomb.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright (c) 2014 IndexData ApS. http://indexdata.com +# Copyright (c) 2014 Index Data ApS. http://indexdata.com # # bomb.pl - wrapper to stop a process after N seconds # @@ -45,7 +45,7 @@ eval { BSD::Resource::setrlimit("RLIMIT_CPU", $timeout, 2*$timeout) or die "Cannot set CPU limit: $!\n"; }; if ($@) { - warn "Please install the package BSD::Resource!\n\n$@\n"; + warn "WARNING: things would go more nicely with the BSD::Resource package\n"; }