Pass --no-close to gruntmaster-exec when TEST_VERBOSE is true
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 2 Feb 2015 21:56:22 +0000 (23:56 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 2 Feb 2015 21:56:22 +0000 (23:56 +0200)
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.011103 seconds and 4 git commands to generate.