diff options
| author | Luke Kanies <luke@madstop.com> | 2005-06-29 19:44:25 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-06-29 19:44:25 +0000 |
| commit | bb7e2833f0ea9c97d55fcb76e5811c035161256f (patch) | |
| tree | 560129341856ab4a29d9c3c9a40529627de521e4 /test/other/tc_selector.rb | |
| parent | c16ca53ea8d62ffb8e02afddb8ae93cfbae800b2 (diff) | |
| download | puppet-bb7e2833f0ea9c97d55fcb76e5811c035161256f.tar.gz puppet-bb7e2833f0ea9c97d55fcb76e5811c035161256f.tar.xz puppet-bb7e2833f0ea9c97d55fcb76e5811c035161256f.zip | |
fixing debugging to severely reduce output but allow it when debugging a specific service
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@319 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/other/tc_selector.rb')
| -rw-r--r-- | test/other/tc_selector.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/other/tc_selector.rb b/test/other/tc_selector.rb index 1f01ea87a..7c8ffbd68 100644 --- a/test/other/tc_selector.rb +++ b/test/other/tc_selector.rb @@ -13,11 +13,11 @@ class TestSelector < Test::Unit::TestCase def setup @os = Puppet::Fact["operatingsystem"] @hostname = Puppet::Fact["hostname"] + + Puppet[:loglevel] = :debug if __FILE__ == $0 end def test_values - Puppet[:debug] = 1 - selector = nil assert_nothing_raised() { selector = Puppet::Selector.new { |select| |
