Skip to content

Commit

Permalink
Revert "Add printout of .splunkrc values to test setup."
Browse files Browse the repository at this point in the history
This reverts commit caa40bf.
  • Loading branch information
Fred Ross committed Nov 18, 2014
1 parent caa40bf commit 85f957a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ def restartSplunk(self, timeout=120):
def setUpClass(cls):
cls.opts = parse([], {}, ".splunkrc")

import pprint; pprint.pprint(cls.opts)

# Before we start, make sure splunk doesn't need a restart.
service = client.connect(**cls.opts.kwargs)
if service.restart_required:
Expand All @@ -255,4 +253,4 @@ def tearDown(self):
self.service.apps.delete(appName)
wait(lambda: appName not in self.service.apps)
if self.service.restart_required:
self.clear_restart_message()
self.clear_restart_message()

0 comments on commit 85f957a

Please sign in to comment.