]> iEval git - gruntmaster-daemon.git/blobdiff - t/01-jobs.t
commit
[gruntmaster-daemon.git] / t / 01-jobs.t
index 6fb5a160233393140f348c8a9f686576c36210c3..ee9cb27a6cdc25d9e662512d8be49755856f55f0 100644 (file)
@@ -22,6 +22,7 @@ use constant COMPILER => {
        qw/BRAINFUCK bfc
           C gcc
           CPP g++
+          D dmd
           GOLFSCRIPT golfscript
           MONO gmcs
           JAVA javac
@@ -94,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;
This page took 0.019286 seconds and 4 git commands to generate.