Skip to content

Commit 85f957a

Browse files
author
Fred Ross
committed
Revert "Add printout of .splunkrc values to test setup."
This reverts commit caa40bf.
1 parent caa40bf commit 85f957a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/testlib.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ def restartSplunk(self, timeout=120):
230230
def setUpClass(cls):
231231
cls.opts = parse([], {}, ".splunkrc")
232232

233-
import pprint; pprint.pprint(cls.opts)
234-
235233
# Before we start, make sure splunk doesn't need a restart.
236234
service = client.connect(**cls.opts.kwargs)
237235
if service.restart_required:
@@ -255,4 +253,4 @@ def tearDown(self):
255253
self.service.apps.delete(appName)
256254
wait(lambda: appName not in self.service.apps)
257255
if self.service.restart_required:
258-
self.clear_restart_message()
256+
self.clear_restart_message()

0 commit comments

Comments
 (0)