Skip to content

Commit

Permalink
Fixed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
tmuth-splunk committed Apr 24, 2020
1 parent b501987 commit 93ba342
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jq-search.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def stream(self, records):
self.logger.debug('jqSearchCommand: %s', self) # logs command line

for record in records:
record['foo'] = 'bar'
#record['foo'] = 'bar'

command = "jq "+self.args+" "+self.filter
proc = subprocess.Popen(["jq",self.args,self.filter], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE,shell=False,bufsize=2)
Expand Down
Binary file modified bin/splunklib/__init__.pyc
Binary file not shown.
Binary file modified bin/splunklib/binding.pyc
Binary file not shown.
Binary file modified bin/splunklib/client.pyc
Binary file not shown.
Binary file modified bin/splunklib/data.pyc
Binary file not shown.
Binary file modified bin/splunklib/searchcommands/__init__.pyc
Binary file not shown.
Binary file modified bin/splunklib/searchcommands/decorators.pyc
Binary file not shown.
Binary file modified bin/splunklib/searchcommands/environment.pyc
Binary file not shown.
Binary file modified bin/splunklib/searchcommands/eventing_command.pyc
Binary file not shown.
Binary file modified bin/splunklib/searchcommands/external_search_command.pyc
Binary file not shown.
Binary file modified bin/splunklib/searchcommands/generating_command.pyc
Binary file not shown.
Binary file modified bin/splunklib/searchcommands/internals.pyc
Binary file not shown.
Binary file modified bin/splunklib/searchcommands/reporting_command.pyc
Binary file not shown.
Binary file modified bin/splunklib/searchcommands/search_command.pyc
Binary file not shown.
Binary file modified bin/splunklib/searchcommands/streaming_command.pyc
Binary file not shown.
Binary file modified bin/splunklib/searchcommands/validators.pyc
Binary file not shown.
Binary file modified bin/splunklib/six.pyc
Binary file not shown.

0 comments on commit 93ba342

Please sign in to comment.