X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2F01-jobs.t;fp=t%2F01-jobs.t;h=b48637107e588b5701d7eb757979adc16030ae01;hp=c37e081b368c74df76c63049f9ca2e7196cc2d05;hb=1cebb7de90ce9e5a25ef5805ff9b54936f64ac71;hpb=0ad36cae798f1d0698bfea2130f29707ee2a47e9 diff --git a/t/01-jobs.t b/t/01-jobs.t index c37e081..b486371 100644 --- a/t/01-jobs.t +++ b/t/01-jobs.t @@ -98,8 +98,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;