projects
/
gruntmaster-daemon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4b5d788
)
Set test log level to TRACE when TEST_VERBOSE is true
author
Marius Gavrilescu
<marius@ieval.ro>
Sat, 10 Jan 2015 18:37:25 +0000
(20:37 +0200)
committer
Marius Gavrilescu
<marius@ieval.ro>
Sat, 10 Jan 2015 18:37:25 +0000
(20:37 +0200)
t/01-jobs.t
patch
|
blob
|
blame
|
history
diff --git
a/t/01-jobs.t
b/t/01-jobs.t
index 7001ef18b54efa2d25d9cc435b0db8a5fdd97cff..bb2c4bafccde7a37bd30fc8de88e44f71a708878 100644
(file)
--- a/
t/01-jobs.t
+++ b/
t/01-jobs.t
@@
-17,7
+17,7
@@
use YAML::Any qw/LoadFile/;
##################################################
-my $loglevel = $ENV{TEST_LOG_LEVEL} //
'OFF'
;
+my $loglevel = $ENV{TEST_LOG_LEVEL} //
($ENV{TEST_VERBOSE} ? 'TRACE' : 'OFF')
;
my $log_conf = <<CONF;
log4perl.category.Gruntmaster.Daemon = $loglevel, stderr
This page took
0.010925 seconds
and
4
git commands to generate.