summaryrefslogtreecommitdiffstats
path: root/test/other/tc_metrics.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/other/tc_metrics.rb')
-rw-r--r--test/other/tc_metrics.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/tc_metrics.rb b/test/other/tc_metrics.rb
index 5c0f33fd0..1dd73a305 100644
--- a/test/other/tc_metrics.rb
+++ b/test/other/tc_metrics.rb
@@ -48,7 +48,7 @@ class TestMetric < Test::Unit::TestCase
def setup
Puppet[:rrddir] = File.join(Dir.getwd,"rrdtests")
Puppet[:rrdgraph] = true
- Puppet[:loglevel] = :debug
+ Puppet[:loglevel] = :debug if __FILE__ == $0
end
def teardown