Fixed missing default value in run_test
This small fix will enables Manticore to work properly as a backend.
This commit is contained in:
parent
5495877f08
commit
dd0fdc27ed
@ -344,7 +344,7 @@ def do_run_test(state, apis, test, hook_test=False):
|
||||
m.run()
|
||||
|
||||
|
||||
def run_test(state, apis, test, hook_test):
|
||||
def run_test(state, apis, test, hook_test=False):
|
||||
try:
|
||||
do_run_test(state, apis, test, hook_test)
|
||||
except:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user