Pass --no-close to gruntmaster-exec when TEST_VERBOSE is true
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Format.pm
index cfc3cf306d25cf40aa37392fd0280f2c580488ca..a3b8a65fedd6af3fab66f889b79b3acccdefd9ca 100644 (file)
@@ -73,6 +73,7 @@ sub mkrun{
                get_logger->trace("Running $name...");
                my $basename = fileparse $name, qr/[.][^.]*/s;
                my @args = ('--nobody');
+               push @args, '--no-close' if $ENV{TEST_VERBOSE};
                push @args, '--timeout', $args{timeout} if $args{timeout};
                push @args, '--mlimit',  $args{mlimit}  if $args{mlimit};
                push @args, '--olimit',  $args{olimit}  if $args{olimit};
This page took 0.009397 seconds and 4 git commands to generate.