Fix testcase generation output (#436)

This commit is contained in:
Mark Mossberg
2017-08-07 08:08:37 -07:00
committed by GitHub
parent 68555f5234
commit 9ae76a4430
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ class Executor(Eventful):
#broadcast test generation. This is the time for other modules
#to output whatever helps to understand this testcase
self.publish('will_generate_testcase', state)
self.publish('will_generate_testcase', state, message)
+1 -1
View File
@@ -607,7 +607,7 @@ class Manticore(object):
state.context['instructions_count'] = count + 1
def _generate_testcase_callback(self, state, message = 'Testcase generated'):
def _generate_testcase_callback(self, state, message):
'''
Create a serialized description of a given state.
:param state: The state to generate information about