put the coverage db in /tmp
This commit is contained in:
parent
2ae31ce34b
commit
747e130013
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ my $prefix = "WEBGUI_CONFIG=".$configFile;
|
||||||
$prefix .= " CODE_COP=1" unless $noLongTests;
|
$prefix .= " CODE_COP=1" unless $noLongTests;
|
||||||
|
|
||||||
# Add coverage tests
|
# Add coverage tests
|
||||||
$prefix .= " PERL5OPT='-MDevel::Cover'" if $coverage;
|
$prefix .= " PERL5OPT='-MDevel::Cover=-db,/tmp/coverdb'" if $coverage;
|
||||||
|
|
||||||
print(join ' ', $prefix, $perlBase."prove", $verboseFlag, '-r ../t'); print "\n";
|
print(join ' ', $prefix, $perlBase."prove", $verboseFlag, '-r ../t'); print "\n";
|
||||||
system(join ' ', $prefix, $perlBase."prove", $verboseFlag, '-r ../t');
|
system(join ' ', $prefix, $perlBase."prove", $verboseFlag, '-r ../t');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue