X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2F01-jobs.t;h=ee9cb27a6cdc25d9e662512d8be49755856f55f0;hp=2cb1eb19ed57b6da83d5e5dcea85aa38e306a83d;hb=cedd5d682a2777c1c42875a3dfba892ebb293de3;hpb=333da65132be56555d5787751ca5ed869b9af1d0 diff --git a/t/01-jobs.t b/t/01-jobs.t index 2cb1eb1..ee9cb27 100644 --- a/t/01-jobs.t +++ b/t/01-jobs.t @@ -95,8 +95,8 @@ for my $problem (@problems) { if ($meta->{files}{prog}) { my $format = $meta->{files}{prog}{format}; my $compiler = COMPILER->{$format}; - skip "$compiler not found in path", 3 unless $ENV{GRUNTMASTER_VM} || which $compiler; - skip "$format requires multiple processes. Set GRUNTMASTER_KILL_USER and GRUNTMASTER_SUDO to allow multiple processes.", 3 if !$ENV{GRUNTMASTER_KILL_USER} && $needs_fork{$format}; +# skip "$compiler not found in path", 3 unless $ENV{GRUNTMASTER_VM} || which $compiler; +# skip "$format requires multiple processes. Set GRUNTMASTER_KILL_USER and GRUNTMASTER_SUDO to allow multiple processes.", 3 if !$ENV{GRUNTMASTER_KILL_USER} && $needs_fork{$format}; $meta->{files}{prog}{content} = read_file "$source/$meta->{files}{prog}{name}"; } $meta = merge $meta, $pbmeta;